Skip to content

Commit e8221d9

Browse files
committed
Update namespace
1 parent bf2c603 commit e8221d9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/utils/lib

lib/node_modules/@stdlib/utils/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,6 +1741,15 @@ setReadOnly( utils, 'tabulate', require( '@stdlib/utils/tabulate' ) );
17411741
*/
17421742
setReadOnly( utils, 'tabulateBy', require( '@stdlib/utils/tabulate-by' ) );
17431743

1744+
/**
1745+
* @name thunk
1746+
* @memberof utils
1747+
* @readonly
1748+
* @type {Function}
1749+
* @see {@link module:@stdlib/utils/thunk}
1750+
*/
1751+
setReadOnly( utils, 'thunk', require( '@stdlib/utils/thunk' ) );
1752+
17441753
/**
17451754
* @name timeit
17461755
* @memberof utils

0 commit comments

Comments
 (0)