6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
import 'typings-global';
|
|
import * as lik from 'lik';
|
|
import * as smartcls from 'smartcls';
|
|
import * as shortid from 'shortid';
|
|
export { lik, smartcls, shortid };
|