0.1.1 • Published 3 years ago

ts-transformer-lodash-import v0.1.1

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

ts-transformer-lodash-import

npm.io Test

Rewrite lodash imports in TypeScript files, just like babel-plugin-lodash. Only ES module imports are supported.

Install

npm install ts-transformer-lodash-import --save-dev

Usage

Use with ttypescript.

{
  "compilerOptions": {
    "plugins": [{ "transform": "ts-transformer-lodash-import" }]
  }
}

License

MIT

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago