Skip to content

Commit a4f39d7

Browse files
committed
📝 Add deprecation warning
1 parent 1be060c commit a4f39d7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ A utility pack for handling `unknown` type.
1111

1212
[deno]: https://deno.land/
1313

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+
1428
## Usage
1529
1630
It provides `is` module for type predicate functions and `assert`, `ensure`, and

0 commit comments

Comments
 (0)