From 372af8d03fd26cb5d1a89bfabc6c45b498bb99ec Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 17 Aug 2023 02:28:17 +0000 Subject: [PATCH] Auto-generated commit --- is-collection/docs/types/index.d.ts | 2 +- is-empty-collection/docs/types/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/is-collection/docs/types/index.d.ts b/is-collection/docs/types/index.d.ts index 8363c0f1..b5058e75 100644 --- a/is-collection/docs/types/index.d.ts +++ b/is-collection/docs/types/index.d.ts @@ -20,7 +20,7 @@ /// -import { Collection } from '@stdlib/types/object'; +import { Collection } from '@stdlib/types/array'; /** * Tests if a value is a collection. diff --git a/is-empty-collection/docs/types/index.d.ts b/is-empty-collection/docs/types/index.d.ts index 4a0ec207..cdf42700 100644 --- a/is-empty-collection/docs/types/index.d.ts +++ b/is-empty-collection/docs/types/index.d.ts @@ -20,7 +20,7 @@ /// -import { Collection } from '@stdlib/types/object'; +import { Collection } from '@stdlib/types/array'; /** * Tests if a value is an empty collection.