fixts-nameof-proxy
`nameof` in TypeScript, no compiler required. Implemented using proxy with some limitations.
`nameof` in TypeScript, no compiler required. Implemented using proxy with some limitations.
Typesafe, runtime stringification of property accessor paths powered by ES6 Proxies
nameof in TypeScript
`nameof` in TypeScript, no compiler required. Implemented using proxy with some limitations.
nameof in TypeScript
Babel macro for nameof in TypeScript.
A typescript custom tranformer to transform class names and object properties to string at compile time.
A set of type-safe utilities for working with objects and their properties with support for array members.
A set of type-safe utilities for working with objects and their properties with support for array members.
A tiny utility for safely extracting property names from TypeScript objects — inspired by C#'s [`nameof`](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/nameof) operator.