Skip to content

Commit

Permalink
Use JSR unknownutil
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 12, 2024
1 parent 29e0b59 commit 77e8c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/dpp/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export { deadline, DeadlineError } from "jsr:@std/[email protected]";

export { TimeoutError } from "https://deno.land/x/[email protected]/response_waiter.ts";
export { Lock } from "jsr:@lambdalisue/[email protected]";
export { ensure, is } from "https://deno.land/x/unknownutil@v3.18.0/mod.ts";
export { ensure, is } from "jsr:@core/unknownutil@3.18.0";

0 comments on commit 77e8c5f

Please sign in to comment.