enum-color
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

enum-color

import { Color, Hex } from "enum-color";

Color; // enum
Hex; // enum
Color.white; // 0
Hex[Color.white]; // #ffffff

Readme

Keywords

none

Package Sidebar

Install

npm i enum-color

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

50.6 kB

Total Files

9

Last publish

Collaborators

  • konghayao