@@ -1,5 +1,3 @@
-import {inspect} from "util"; // NodeJS library
-
export type PrimitiveValue = string | number | boolean | null;
export type UUID = string | number | boolean;
@@ -1,10 +1,10 @@
import {
findDFS,
-} from "./dfs";
+} from "../lib/util/dfs";
assert,
-} from "./assert";
+} from "../lib/util/assert";
import * as _ from "lodash";
@@ -14,5 +14,5 @@
"declaration": true,
"outDir": "./dist"
},
- "include": ["index.ts", "lib/**/*.ts", "test/**/*.test.ts"],
+ "include": ["test/**/*.test.ts"]
}
- "include": ["index.ts", "lib/**/*"],
+ "include": ["index.ts", "lib/**/*"]