logcontext/dist/logcontext.plugins.d.ts

6 lines
162 B
TypeScript
Raw Permalink Normal View History

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