Files
dcrouter/ts_oci_container/plugins.ts

8 lines
83 B
TypeScript

import * as fs from 'fs';
import * as path from 'path';
export {
fs,
path,
};