Skip to content

Commit 02ec567

Browse files
committed
try
1 parent 152d039 commit 02ec567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

is/mod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ import { isUnknown } from "./unknown.ts";
4242
* Type predicate function collection.
4343
*
4444
* @namespace
45-
* @borrows isAny as Any
46-
* @borrows isArray as Array
45+
* @borrows module:unknownutil/is/any.isAny as Any
46+
* @borrows {@link module:unknownutil/is/any.isArray} as Array
4747
* @borrows isArrayOf as ArrayOf
4848
* @borrows isAsyncFunction as AsyncFunction
4949
* @borrows isBigint as Bigint

0 commit comments

Comments
 (0)