2024-05-10 13:55:25 +00:00
|
|
|
// node native
|
|
|
|
import * as path from 'path';
|
|
|
|
|
|
|
|
export {
|
|
|
|
path
|
|
|
|
}
|
|
|
|
|
|
|
|
// @push.rocks scope
|
2023-08-26 11:27:51 +00:00
|
|
|
import * as smartcli from '@push.rocks/smartcli';
|
|
|
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
2024-05-10 13:55:25 +00:00
|
|
|
|
|
|
|
export { smartcli, smartdelay, smartfile, smartpath, smartpromise };
|
|
|
|
|
|
|
|
// third party scope
|
2022-03-11 16:45:51 +00:00
|
|
|
import typescript from 'typescript';
|
2018-07-25 18:56:42 +00:00
|
|
|
|
2024-05-10 13:55:25 +00:00
|
|
|
export {
|
|
|
|
typescript
|
|
|
|
}
|