7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
import * as smartdelay from '@push.rocks/smartdelay';
|
|
import * as smartexit from '@push.rocks/smartexit';
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import which from 'which';
|
|
|
|
export { smartdelay, smartexit, smartpromise, which };
|