cloudflare/dist/cflare.plugins.d.ts
2017-06-11 21:07:41 +02:00

9 lines
335 B
TypeScript

import 'typings-global';
import * as beautylog from 'beautylog';
import * as q from 'smartq';
import * as smartdelay from 'smartdelay';
import * as smartrequest from 'smartrequest';
import * as smartstring from 'smartstring';
import * as tsclass from 'tsclass';
export { beautylog, q, smartdelay, smartrequest, smartstring, tsclass };