feat(core): Refactor codebase and update dependencies.
This commit is contained in:
6
ts/plugins.ts
Normal file
6
ts/plugins.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
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 };
|
Reference in New Issue
Block a user