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

17 lines
340 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
}