UNPKG

@microsoft/applicationinsights-rollup-es3

Version:

Microsoft Application Insights JavaScript SDK - Rollup Plugin for ES3 support

6 lines (5 loc) 394 B
import { INamedGroups, IEs3CheckKeyword, IEs3Keyword, IEs3RollupOptions, IImportCheckRollupOptions } from "./es3/Interfaces"; import { es3Poly } from "./es3/Es3Poly"; import { es3Check } from "./es3/Es3Check"; import { importCheck } from "./ImportCheck"; export { es3Poly, es3Check, importCheck, INamedGroups, IEs3CheckKeyword, IEs3Keyword, IEs3RollupOptions, IImportCheckRollupOptions };