4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
|
import * as types from "../applicationinsights";
|
||
|
declare var appInsights: typeof types;
|
||
|
export = appInsights;
|