5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
import 'typings-global';
|
|
import * as smartrequest from 'smartrequest';
|
|
import * as smartq from 'smartq';
|
|
export { smartrequest, smartq };
|