| 1 | import assert from "node:assert"; |
| 2 | import type {FileInfo, ModuleInfo} from "../../src/javascript/module.js"; |
| 3 | import {getFileHash, getFileInfo, getModuleHash, getModuleInfo} from "../../src/javascript/module.js"; |
| 4 |
nothing calls this directly
no test coverage detected