-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nanotron): install
nanolib
packages & export them here
- Loading branch information
1 parent
887f58e
commit 169f360
Showing
3 changed files
with
42 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
import {definePackage} from '@alwatr/logger'; | ||
|
||
import type {} from '@alwatr/nano-build'; | ||
import {packageTracer} from '@alwatr/package-tracer'; | ||
import '@alwatr/polyfill-has-own'; | ||
|
||
export * from '@alwatr/nanotron-api-server'; | ||
export * from '@alwatr/crypto'; | ||
|
||
definePackage('@alwatr/nanotron', __package_version__); | ||
export * from '@alwatr/async-queue'; | ||
export * from '@alwatr/delay'; | ||
export * from '@alwatr/global-scope'; | ||
export * from '@alwatr/logger'; | ||
export * from '@alwatr/package-tracer'; | ||
export * from '@alwatr/dedupe'; | ||
export * from '@alwatr/flatomise'; | ||
export * from '@alwatr/is-number'; | ||
export * from '@alwatr/parse-duration'; | ||
export * from '@alwatr/deep-clone'; | ||
export * from '@alwatr/exit-hook'; | ||
export * from '@alwatr/flat-string'; | ||
export * from '@alwatr/local-storage'; | ||
export * from '@alwatr/node-fs'; | ||
export * from '@alwatr/platform-info'; | ||
|
||
packageTracer.add(__package_name__, __package_version__); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters