0.0.10 • Published 4 days ago

@typescript-nameof/types v0.0.10

Weekly downloads
-
License
-
Repository
github
Last release
4 days ago

TypeScript nameof Types

Build Status

Provides type declarations for the use of the TypeScript nameof project.

TypeScript nameof enables you to use nameof() calls to determine the name of variables, properties and types:

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

To find out more on how to set up TypeScript nameof in your project, head to the project repository.

Installation

Install this package using the following command:

npm install --save-dev @types/nameof@npm:@typescript-nameof/types

Take note that this package is installed as if it were named @types/nameof. This is made because TypeScript will only automatically pick up types from packages that are named @types/*. You could actually use any name you like to as long as it starts with @types/.

0.0.10

4 days ago

0.0.9

4 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

9 months ago