Skip to content

Commit a2a7714

Browse files
committed
fix: update import path for Collection type definition
Ref: stdlib-js@bde4671
1 parent 1fb500c commit a2a7714

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/any/docs/types

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/// <reference types="@stdlib/types"/>
2222

23-
import { Collection } from '@stdlib/types/object';
23+
import { Collection } from '@stdlib/types/array';
2424

2525
/**
2626
* Tests whether at least one element in a collection is truthy.

0 commit comments

Comments
 (0)