mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 01:09:07 +00:00
8 lines
261 B
TypeScript
8 lines
261 B
TypeScript
![]() |
import * as array from './array';
|
||
|
import * as errno from './errno';
|
||
|
import * as fs from './fs';
|
||
|
import * as path from './path';
|
||
|
import * as pattern from './pattern';
|
||
|
import * as stream from './stream';
|
||
|
export { array, errno, fs, path, pattern, stream };
|