npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "stl" 的结果(共 10 个)
get-proto

Robustly get the [[Prototype]] of an object

MIT
math-intrinsics

ES Math-related intrinsics and helpers, robustly cached.

MIT
iterate-value

Iterate any iterable JS value. Works robustly in all environments, all versions.

MIT
mongodb-core

Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications

Apache-2.0
own-keys

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

MIT
es-get-iterator

Get an iterator for any JS language value. Works robustly across all environments, all versions.

MIT
iterate-iterator

Iterate any JS iterator. Works robustly in all environments, all versions.

MIT
character-parser

Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.

MIT
typed-array-buffer

Get the ArrayBuffer out of a TypedArray, robustly.

MIT
string-similarity

Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.

ISC