(dir: string, file: string)
| 14 | }; |
| 15 | |
| 16 | export function nodeImport(dir: string, file: string) { |
| 17 | return import(pathToFileURL(resolve(dir, file)).href); |
| 18 | } |
| 19 | |
| 20 | export class ExportHelper { |
| 21 | static get schemaDir() { |
no outgoing calls
no test coverage detected