Skip to content

Commit dc73d90

Browse files
committed
💪 Import is from mod.ts
1 parent 83978e8 commit dc73d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helper/expr_string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
import type { Context, Denops, Dispatcher, Meta } from "../mod.ts";
29-
import is from "https://deno.land/x/unknownutil@v3.16.3/is.ts";
29+
import { is } from "https://deno.land/x/unknownutil@v3.16.3/mod.ts";
3030
import { execute } from "./execute.ts";
3131
import { ulid } from "https://deno.land/std@0.217.0/ulid/mod.ts";
3232

helper/keymap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import { batch } from "../batch/mod.ts";
99
import { register } from "../lambda/mod.ts";
1010
import { feedkeys } from "../function/mod.ts";
11-
import is from "https://deno.land/x/unknownutil@v3.16.3/is.ts";
11+
import { is } from "https://deno.land/x/unknownutil@v3.16.3/mod.ts";
1212

1313
export type Keys = {
1414
keys: string | ExprString;

0 commit comments

Comments
 (0)