Skip to content

Commit d0a9e0b

Browse files
committed
feat: update utils/async TypeScript declarations
Signed-off-by: stdlib-bot <[email protected]>
1 parent 29cde0f commit d0a9e0b

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/utils/async/docs/types

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/utils/async/docs/types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,8 @@ interface Namespace {
11281128
* @param clbk - callback to invoke upon completion
11291129
*
11301130
* @example
1131+
* var ns.parallel = require( '@stdlib/utils/async/ns.parallel' );
1132+
*
11311133
* function foo( clbk ) {
11321134
* setTimeout( onTimeout, 300 );
11331135
* function onTimeout() {

0 commit comments

Comments
 (0)