tapbundle/ts/tapbundle.plugins.ts
2020-07-07 22:54:15 +00:00

11 lines
240 B
TypeScript

// pushrocks
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartdelay, smartpromise };
// third party
/* import * as leakage from 'leakage';
export { leakage }; */