tapbundle/ts/tapbundle.plugins.ts

12 lines
299 B
TypeScript
Raw Normal View History

2019-06-19 11:18:45 +00:00
// pushrocks
2018-07-13 20:06:45 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2020-07-08 00:11:16 +00:00
import * as smartenv from '@pushrocks/smartenv';
2018-07-13 20:06:45 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2017-04-23 09:10:13 +00:00
2020-07-08 00:11:16 +00:00
export { smartdelay, smartenv, smartpromise };
2019-06-19 11:18:45 +00:00
// third party
2019-08-22 21:57:27 +00:00
/* import * as leakage from 'leakage';
2019-06-19 11:18:45 +00:00
2019-08-22 21:57:27 +00:00
export { leakage }; */