tapbundle/dist/tapbundle.plugins.d.ts

7 lines
216 B
TypeScript
Raw Normal View History

2017-04-23 09:10:13 +00:00
import 'typings-global';
2017-04-23 20:08:52 +00:00
import * as early from 'early';
2017-04-23 12:35:16 +00:00
import * as leakage from 'leakage';
2017-04-28 07:49:57 +00:00
import * as smartdelay from 'smartdelay';
2017-04-23 20:08:52 +00:00
import * as smartq from 'smartq';
2017-04-28 07:49:57 +00:00
export { early, smartdelay, smartq, leakage };