Last change
on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
298 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import * as array from './array';
|
---|
| 2 | import * as errno from './errno';
|
---|
| 3 | import * as fs from './fs';
|
---|
| 4 | import * as path from './path';
|
---|
| 5 | import * as pattern from './pattern';
|
---|
| 6 | import * as stream from './stream';
|
---|
| 7 | import * as string from './string';
|
---|
| 8 | export { array, errno, fs, path, pattern, stream, string };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.