UNPKG

typescript-transform-export-interop

Version:

TypeScript transform for exporting a module that can be easily imported both from TypeScript and from Node.js.

5 lines (4 loc) 75 B
declare const Config: { indentation: string; }; export default Config;