9 lines
385 B
TypeScript
9 lines
385 B
TypeScript
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';
|
|
import typescript from 'typescript';
|
|
|
|
export { smartcli, smartdelay, smartfile, smartpath, smartpromise, typescript };
|