Skip to content

Commit

Permalink
fix: import type in regex.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Sep 19, 2020
1 parent 36f3a3d commit 48d9ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Options, Keywords, Prefixes, Actions } from "./mod.ts";
import type { Options, Keywords, Prefixes, Actions } from "./mod.ts";

const reNomatch = /(?!.*)/;

Expand Down

0 comments on commit 48d9ec1

Please sign in to comment.