2018-09-02 12:08:15 +00:00
|
|
|
import * as path from 'path';
|
2023-08-08 16:06:23 +00:00
|
|
|
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';
|
2018-09-02 12:08:15 +00:00
|
|
|
|
2018-09-02 12:21:05 +00:00
|
|
|
export { path, smartpromise, smartfile, smartstring, smartpath };
|