Skip to content

Commit

Permalink
refactor(dl-asset): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 10, 2021
1 parent df599da commit 29a7681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dl-asset/src/raw.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { TypedArray } from "@thi.ng/api";
import { isString } from "@thi.ng/checks";
import { isString } from "@thi.ng/checks/is-string";
import type { DownloadOpts } from "./api";

/**
Expand Down

0 comments on commit 29a7681

Please sign in to comment.