Files

8 lines
83 B
TypeScript
Raw Permalink Normal View History

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