tamino-martinius / node-ts-dedent

TypeScript package which smartly trims and strips indentation from multi-line strings
MIT License
162 stars 8 forks source link

Add "exports" to package.json #41

Open segevfiner opened 5 months ago

segevfiner commented 5 months ago

Should fix the issue where import dedent from 'ts-dedent' doesn't work with Node.js builtin ESM which doesn't support __esModule.