@qeepsake/ts-string-as-enum
v1.0.1
Published
Convert string to enum type with TypeScript ⚡️
Downloads
3
Readme
Convert String to Enum with TypeScript
Tiny (zero dependencies) utility to Convert string to enum type with TypeScript ⚡️
Install
npm install --save @qeepsake/ts-string-as-enum
Usage
export declare enum Colors {
/** JSDoc */
Blue = "Blue",
/** JSDoc */
Red = "Red",
/** JSDoc */
Green = "Green",
}
tsStringAsEnum(Colors, 'blue'); // -> Colors.Blue
License
MIT © lukebrandonfarrell
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!