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 bf86ee2 commit 5bdc39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddc/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export { deadline, DeadlineError } from "jsr:@std/async@0.224.0";

export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v4.0.1/response_waiter.ts";
export { spy } from "https://deno.land/x/mock@0.15.2/mock.ts";
export { ensure, is } from "https://deno.land/x/unknownutil@v3.18.0/mod.ts";
export { ensure, is } from "jsr:@core/unknownutil@3.18.0";
export { Lock } from "jsr:@lambdalisue/async@2.1.1";

0 comments on commit 5bdc39a

Please sign in to comment.