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