7 lines
216 B
TypeScript
7 lines
216 B
TypeScript
import 'typings-global';
|
|
import * as early from 'early';
|
|
import * as leakage from 'leakage';
|
|
import * as smartdelay from 'smartdelay';
|
|
import * as smartq from 'smartq';
|
|
export { early, smartdelay, smartq, leakage };
|