tapbundle/dist/tapbundle.plugins.d.ts

5 lines
123 B
TypeScript
Raw Normal View History

2017-04-23 09:10:13 +00:00
import 'typings-global';
import * as smartq from 'smartq';
2017-04-23 12:35:16 +00:00
import * as leakage from 'leakage';
export { smartq, leakage };