Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
enum-values
Library for getting the names and values of typescript enum
@practical-fp/union-types
A Typescript library for creating discriminating union types.
@gradecam/tsenum
Super simple typescript library for string-compatible enums
types.js
A tiny and fast dynamic type checker/enforcer library
knip
Find and fix unused files, dependencies and exports in your TypeScript and JavaScript projects
babel-plugin-const-enum
Transform TypeScript `const` enums
@stdlib/assert-is-enumerable-property
Test if an object's own property is enumerable.
ts-key-enum
A TypeScript string enum for compile-time safety when working with event.key
@kikiutils/node
A modular utility library for Node.js offering secure hashing, flexible logging, datetime manipulation, and more.
rustie
Helper library to type and safely handle Rust's `serde` JSON serializations of Enums. It can also be used standalone to implement Enums in TypeScript with plain objects.
ts-keycode-enum
A TypeScript enum definition that maps human-friendly key names to JavaScript key codes
micro-packed
Define complex binary structures using composable primitives
ts-enum-util
TypeScript Enum Utilities
enum
Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.
enumify-ts
A JavaScript library that helps with the enum pattern based on TypeScript. This fork of [rauschma/enumify](https://github.com/rauschma/enumify) permits to infer the correct type from constructed collections: for example, the type of `values()` will be `A
enumify-x
Enumerated type library.
eslint-plugin-typescript-enum
ESLint rules for TypeScript enums.
ts-transform-const-enum
TypeScript transformer to convert const enums to regular enums in declaration files
babel-preset-const-enum
Babel preset for TypeScript `const` enums
typescript-string-enums
Typesafe string enums in TypeScript pre-2.4.