smartshell/ts/plugins.ts

7 lines
247 B
TypeScript
Raw Normal View History

2024-03-16 11:18:53 +01:00
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartexit from '@push.rocks/smartexit';
import * as smartpromise from '@push.rocks/smartpromise';
2021-11-07 19:18:01 +01:00
import which from 'which';
2017-02-12 13:13:08 +01:00
2019-05-28 10:43:54 +02:00
export { smartdelay, smartexit, smartpromise, which };