We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be060c commit a4f39d7Copy full SHA for a4f39d7
README.md
@@ -11,6 +11,20 @@ A utility pack for handling `unknown` type.
11
12
[deno]: https://deno.land/
13
14
+> [!WARNING]
15
+>
16
+> The package on [deno.land] and [npm] is deprecated. Use the package on
17
+> [jsr.io] instead.
18
19
+> ```
20
+> deno add @core/unknownutil
21
+> npx jsr add @core/unknownutil
22
23
+
24
+[deno.land]: https://deno.land/x/unknownutil
25
+[npm]: https://www.npmjs.com/package/unknownutil
26
+[jsr.io]: https://jsr.io/@core/unknownutil
27
28
## Usage
29
30
It provides `is` module for type predicate functions and `assert`, `ensure`, and
0 commit comments