smartshell/ts/smartshell.plugins.ts
2024-04-18 13:42:51 +02:00

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 };