0.0.10 • Published 3 days ago

@typescript-nameof/nameof v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

TypeScript nameof Plugin

Build Status

Allows the use of nameof() calls in TypeScript projects.

This package provides support for nameof() calls for ts-patch, ts-jest, ts-loader, ttypescript and every ecosystem which supports TypeScript TransformerFactorys.

nameof() calls enable you to access the names of variables, properties and types:

console.log(nameof(this));  // Prints `this`

Please check out the project repository to find out more on how to set up TypeScript nameof in your build process.

0.0.10

3 days ago

0.0.9

3 days ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago