TWIN Nameof
The methods in this package are used to convert TypeScript class/type/property names to embedded strings, so that they are available to your JavaScript code at runtime.
This package is used in conjunction with the @twin.org/nameof-transformer
package, without using the transformer for compilation you will end up with an error string embedded in your code instead of the runtime name you are expecting.
Installation
npm install @twin.org/nameof
Examples
Usage of the APIs is shown in the examples docs/examples.md
Reference
Detailed reference documentation for the API can be found in docs/reference/index.md
Changelog
The changes between each version can be found in docs/changelog.md