8 lines
315 B
TypeScript
8 lines
315 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 };
|