We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccd86a commit 0cffaa3Copy full SHA for 0cffaa3
tests/ts/src/tests/index.test.ts
@@ -1,4 +1,9 @@
1
-import type { CheckResult, FileChunk, MergeResult, SplitResult } from "@filego/ts";
+import type {
2
+ CheckResult,
3
+ FileChunk,
4
+ MergeResult,
5
+ SplitResult,
6
+} from "@filego/ts";
7
8
import * as fse from "fs-extra";
9
0 commit comments