Skip to content

Commit

Permalink
feat(nanolib): export http-utils
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Mihandoost <[email protected]>
  • Loading branch information
mohammadhonarvar and alimd committed Oct 28, 2024
1 parent 8fd5e78 commit ab816d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nanolib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"@alwatr/flat-string": "workspace:^",
"@alwatr/flatomise": "workspace:^",
"@alwatr/global-this": "workspace:^",
"@alwatr/http-utils": "workspace:^",
"@alwatr/is-number": "workspace:^",
"@alwatr/local-storage": "workspace:^",
"@alwatr/logger": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions packages/nanolib/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export * from '@alwatr/unicode-digits';
export * from '@alwatr/resolve-url';
export * from '@alwatr/env';
export * from '@alwatr/global-this';
export * from '@alwatr/http-utils';

0 comments on commit ab816d2

Please sign in to comment.