Fast HTTP benchmarking tool written in Node.js
A TypeScript library for working with IPv4, IPv6 and ASN numbers. It provides representations of these internet protocol numbers with the ability to perform various IP related operations like parsing, validating etc. on them
Reuse objects and functions with style
A porting of scala monocle library to TypeScript
Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)
Number of significand bits for a half-precision floating-point number.
Parsing and tokenizing attributes string
Number of significand bits for a single-precision floating-point number.
Parse, clean, remove formatting (unformat) numbers in strings.
a fast, efficient buffer writer
Yup methods to validate numeric strings
Format numbers.
Parse and manipulate music intervals
Find free port synchronously without callback
An npm package that uses guesslang's ML model to detect source code languages
TypeScript definitions for node-int64
Number of significand bits in the high word of a double-precision floating-point number.
OLPC JSON canonicalization
Helper utility modules for collections, arrays, objects and more
A simple function that print objects / arrays as ASCII tables. Handles ANSI styling and weird 💩 Unicode emoji symbols – they won't break the layout.
Parse Svelte markup without parsing the script or style tags
number, money and currency formatting library
Utilities for working with Zilliqa.
methods of num-string formatter, converter which extends String class
== Synopsys <code>Enumerable#filter</code> - extended <code>Enumerable#select</code> == Examples String filter (acts like <code>Enumerable#grep</code>): [1, 2, 3, 'ab'].filter(/a/) # => ['ab'] [1, 2, 3, '3'].filter('3') # => ['3'] You can pass a <code>Proc</code> or <code>Symbol</code>. Methods and blocks are allowed too: [1, 2, 3].filter(&:even?) # => [2] [1, 2, 3].filter(:even?) # => [2] [1, 2, 4].filter { |num| num.even? } # => [2, 4] <code>Enumerable#filter</code> can match against enumerable items attributes. Like this: [1, 2, 3, 4.2].filter :to_i => :even? # => [2, 4] If the block is supplied, each matching element is passed to it, and the block's result is stored in the output array. [1, 2, 4].filter(&:even?) { |n| n + 1 } # => [3, 5] <code>Enumerable#filter</code> also accepts <code>true</code> or <code>false</code> as argument: [0, false, 2, nil].filter(true) # => [0, 2] [0, false, 2, nil].filter(false) # => [false, nil] <code>Enumerable#filter</code> also supports <code>OR</code> operator! Just pass many patterns, they will be joined together with <code>OR</code> operator. [0, 2, 3, 4].filter(:zero?, :odd?) # => [0, 3]
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.