Skip to content

Commit 9789396

Browse files
authored
feat: update namespace TypeScript declarations
PR-URL: #5364 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent 576bd4b commit 9789396

File tree

7 files changed

+1221
-65
lines changed

7 files changed

+1221
-65
lines changed

lib/node_modules/@stdlib/assert/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3863,7 +3863,7 @@ interface Namespace {
38633863
* @returns boolean indicating if a value is named typed tuple-like
38643864
*
38653865
* @example
3866-
* var namedtypedtuple = require( '@stdlib/utils/named-typed-tuple' );
3866+
* var namedtypedtuple = require( '@stdlib/dstructs/named-typed-tuple' );
38673867
*
38683868
* var Point = namedtypedtuple( [ 'x', 'y' ] );
38693869
*

0 commit comments

Comments
 (0)