npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "enum" 的结果(共 32 个)
google-libphonenumber

The up-to-date and reliable Google's libphonenumber package for node.js.

(MIT AND Apache-2.0)
libphonenumber-js

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript

MIT
own-keys

Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible

MIT
get-own-enumerable-property-symbols

Returns an array of all enumerable symbol properties found directly upon a given object

ISC
get-own-enumerable-keys

Like `Object.keys()` but also includes symbols

MIT
assign-symbols

Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.

MIT
flow-enums-runtime

Runtime to be use with the Flow Enums transform.

MIT
ts-transform-const-enum

TypeScript transformer to convert const enums to regular enums in declaration files

MIT
eslint-plugin-perfectionist

ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.

MIT
just-is-empty

return true if object has no enumerable key values

MIT
libphonenumber-metadata-generator

Metadata generator for `libphonenumber-js`

MIT
babel-plugin-transform-flow-enums

Babel transform for Flow Enums.

MIT
omit-undefined

Creates an object composed of the own and inherited enumerable string keyed properties of object that doesn't undefined.

MIT
http-status-codes

Constants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.

MIT
property-is-enumerable-x

Indicates whether the specified property is enumerable.

MIT
awesome-phonenumber

Google's libphonenumber pre-compiled with the closure compiler

MIT
@commitlint/config-angular-type-enum

Shareable commitlint config enforcing the angular commit convention types

MIT
lintroll

privatenumber's linting CLI

MIT
list-methods

Easily generate a JSON or markdown list (sorted array) of property names of all enumerable properties, own and inherited, of objects that have function values.

MIT
for-in

Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js

MIT
method-names

Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.

MIT
reduce-object

Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu

copier

Copies the enumerable properties of one or more objects to a target object.

@types/google-libphonenumber

TypeScript definitions for google-libphonenumber

MIT
ember-runtime-enumerable-includes-polyfill

Polyfill for ember-runtime-enumerable-includes feature (noop in Ember >= 2.8)

MIT
object-foreach

Executes a function on each of an objects own enumerable properties.