UNPKG

typescript-transform-export-interop

Version:

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

11 lines (6 loc) 93 B
/* CONFIG */ const Config = { indentation: ' ' }; /* EXPORT */ export default Config;