14 lines
325 B
TypeScript
14 lines
325 B
TypeScript
import * as path from 'path';
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
import * as smartrequest from '@push.rocks/smartrequest';
|
|
import * as smartstream from '@push.rocks/smartstream';
|
|
|
|
export {
|
|
path,
|
|
smartpath,
|
|
smartfile,
|
|
smartrequest,
|
|
smartstream,
|
|
}
|