logcontext/ts/logcontext.plugins.ts

8 lines
164 B
TypeScript
Raw Normal View History

2018-03-03 13:11:27 +00:00
import 'typings-global';
import * as lik from 'lik';
import * as smartcls from 'smartcls';
import * as shortid from 'shortid';
export { lik, smartcls, shortid };