Skip to content

Latest commit

 

History

History

babel-plugin-ts-nameof

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

babel-plugin-ts-nameof

npm version Build Status stable

nameof in TypeScript.

Setup

  1. Run:
npm install babel-plugin-ts-nameof @types/ts-nameof --save-dev
  1. Add an entry to .babelrc for babel-plugin-ts-nameof:
{
  "plugins": ["babel-plugin-ts-nameof"]
}

Transforms

Read here

Other