Skip to content

Commit 703ab40

Browse files
committed
Export assign API in standalone builds
1 parent 0334452 commit 703ab40

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/math/special/abs/lib

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/math/special/abs/lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ if ( tmp instanceof Error ) {
8181
// EXPORTS //
8282

8383
module.exports = main;
84+
85+
// exports: { "assign": "main.assign" }

0 commit comments

Comments
 (0)