1.0.1 • Published 2 years ago

@qeepsake/ts-string-as-enum v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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!