UNPKG

babel-plugin-replace-ts-export-assignment

Version:

Allows export assignment syntax to be used when compiling TypeScript with babel

8 lines 310 B
import { PluginObj } from '@babel/core'; import { TemplateBuilder } from '@babel/template'; import { TSExportAssignment } from '@babel/types'; declare const _default: ({ template }: { template: TemplateBuilder<TSExportAssignment>; }) => PluginObj<{}>; export = _default; //# sourceMappingURL=index.d.ts.map