tamino-martinius / node-ts-dedent

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

Fix the import line (needs 'ts-dedent' as the module name) #29

Closed mtaran closed 1 year ago

Drarok commented 2 years ago

I had to use import { dedent } from 'ts-dedent';

tamino-martinius commented 2 years ago

Thanks for the PR @mtaran - But seems like Drarok is right import { dedent } from 'ts-dedent'; should be the correct import

tamino-martinius commented 1 year ago

Thanks for the preparation Included this change in https://github.com/tamino-martinius/node-ts-dedent/pull/35