Last change
on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
298 bytes
|
Line | |
---|
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.