This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
parcel-plugin-wrapper/ts/parcel-plugin-wrapper.plugins.ts
2019-01-26 02:30:59 +01:00

9 lines
103 B
TypeScript

// node native scope
import * as path from 'path';
import * as fs from 'fs';
export {
path,
fs
};