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

9 lines
103 B
TypeScript
Raw Permalink Normal View History

2019-01-26 01:30:59 +00:00
// node native scope
import * as path from 'path';
import * as fs from 'fs';
2019-01-26 01:09:36 +00:00
export {
2019-01-26 01:30:59 +00:00
path,
fs
};