Skip to content

Commit 372af8d

Browse files
committed
Auto-generated commit
1 parent 1205745 commit 372af8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

is-collection/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 if a value is a collection.

is-empty-collection/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 if a value is an empty collection.

0 commit comments

Comments
 (0)