8 lines
309 B
TypeScript
8 lines
309 B
TypeScript
import * as path from 'path';
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smartfs from '@push.rocks/smartfs';
|
|
import * as smartstring from '@push.rocks/smartstring';
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
export { path, smartpromise, smartfs, smartstring, smartpath };
|