JSPM

Found 10015 results for string compression

lz-string

LZ-based compression algorithm

  • v1.5.0
  • 500.63
  • Published

shrink-string

Tiny string compression module for Node.

  • v4.0.0
  • 240.86
  • Published

lz-ts

LZ-based compression algorithm for TypeScript projects (Browser, Node.js)

  • v1.1.2
  • 206.92
  • Published

@larrym/lz-string

LZ-based compression algorithm for JavaScript with ESM support

  • v1.0.0
  • 176.47
  • Published

lzbase62

LZ77(LZSS) based compression algorithm in base62 for JavaScript

  • v2.0.0
  • 174.16
  • Published

compatto

Tiny and fast string compression library with Unicode support

  • v2.1.5
  • 172.95
  • Published

brotli-unicode

Brotli compression/decompression that encodes to base-unicode and back. Node.js and Browser support.

  • v1.0.2
  • 169.25
  • Published

lz-string-unsafe

LZ-based (unsafe) compression algorithm

  • v1.4.4-fork-1
  • 152.01
  • Published

lz-string-esm

LZ-based compression algorithm

  • v2.0.0
  • 136.56
  • Published

strc

JavaScript String Compressor - lossless string compression algorithm

  • v2.1.1
  • 135.57
  • Published

base-unicode

Encodes text and binary data to a subset of Unicode plane 1 (BMP). Runs in browser and Node.js. Character compression. Makes binary data copy-pastable. URL-safe.

  • v1.0.0
  • 133.75
  • Published

angular-lz-string

Angular wrapper for lz-string, an LZ-based compression algorithm

  • v1.0.5
  • 121.91
  • Published

exjson

repetitive object compression by templating

    • v1.3.0
    • 94.82
    • Published

    @kunigi/string-compression

    Reduces the size of strings. Has zero dependencies. Works in browser and NodeJS. Made possible by the very efficient JSCrush algorithm.

    • v1.0.2
    • 75.45
    • Published

    ansi-styles

    ANSI escape codes for styling strings in the terminal

    • v6.2.3
    • 72.93
    • Published

    ansi-regex

    Regular expression for matching ANSI escape codes

    • v6.2.2
    • 72.09
    • Published

    string-width

    Get the visual width of a string - the number of columns required to display it

    • v8.2.1
    • 71.91
    • Published

    strip-ansi

    Strip ANSI escape codes from a string

    • v7.2.0
    • 71.75
    • Published

    @vimlet/commons

    Provide utilities for common tasks such as, file compression, file download, OS integration, exec, etc

    • v2.7.25
    • 70.71
    • Published

    chalk

    Terminal string styling done right

    • v5.6.2
    • 70.48
    • Published

    wrap-ansi

    Wordwrap a string with ANSI escape codes

    • v10.0.0
    • 69.50
    • Published

    @sovereignbase/bytecodec

    JS/TS runtime-agnostic byte toolkit for UTF-8, base45, base58, base58btc, base64, base64url, hex, Z85, unsigned BigInt conversion, JSON, normalization, compression, concatenation, and comparison.

    • v1.7.0
    • 68.87
    • Published

    is-fullwidth-code-point

    Check if the character represented by a given Unicode code point is fullwidth

    • v5.1.0
    • 68.68
    • Published

    min-string

    URL Friendly Integer compression made in JavaScript

    • v1.0.6
    • 68.50
    • Published

    string_decoder

    The string_decoder module from Node core

    • v1.3.0
    • 67.45
    • Published

    magic-string

    Modify strings, generate sourcemaps

    • v0.30.21
    • 67.40
    • Published

    natural-compare

    Compare strings containing a mix of letters and numbers in the way a human being would in sort order.

    • v1.4.0
    • 67.28
    • Published

    camelcase

    Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`

    • v9.0.0
    • 67.03
    • Published

    strip-bom

    Strip UTF-8 byte order mark (BOM) from a string

    • v5.0.0
    • 66.92
    • Published

    jsesc

    Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.

    • v3.1.0
    • 66.84
    • Published

    kind-of

    Get the native type of a value.

    • v6.0.3
    • 66.72
    • Published

    is-extglob

    Returns true if a string has an extglob.

    • v2.1.1
    • 66.70
    • Published

    parse-json

    Parse JSON with more helpful errors

    • v8.3.0
    • 66.69
    • Published

    @aspiesoft/cwsclib

    A compression library for strings, that recognizes common words, and creates references to them.

    • v1.0.2
    • 66.59
    • Published

    get-stream

    Get a stream as a string, Buffer, ArrayBuffer or array

    • v9.0.1
    • 66.46
    • Published

    prelude-ls

    prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.

    • v1.2.1
    • 66.30
    • Published

    is-glob

    Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet

    • v4.0.3
    • 66.28
    • Published

    fast-levenshtein

    Efficient implementation of Levenshtein algorithm with locale-specific collator support.

    • v3.0.0
    • 65.94
    • Published

    ansi-escapes

    ANSI escape codes for manipulating the terminal

    • v7.3.0
    • 65.76
    • Published

    indent-string

    Indent each line in a string

    • v5.0.0
    • 65.70
    • Published

    slice-ansi

    Slice a string with ANSI escape codes

    • v9.0.0
    • 65.51
    • Published

    anymatch

    Matches strings against configurable strings, globs, regular expressions, and/or functions

    • v3.1.3
    • 65.42
    • Published

    strip-final-newline

    Strip the final newline character from a string or Uint8Array

    • v4.0.0
    • 65.17
    • Published

    strnum

    Parse String to Number based on configuration

    • v2.4.0
    • 64.91
    • Published

    decamelize

    Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow

    • v6.0.1
    • 64.76
    • Published

    es-to-primitive

    ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.

    • v1.3.0
    • 64.70
    • Published

    leven

    Measure the difference between two strings using the Levenshtein distance algorithm

    • v4.1.0
    • 64.45
    • Published

    cssesc

    A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.

    • v3.0.0
    • 64.33
    • Published

    cli-truncate

    Truncate a string to a specific width in the terminal

    • v6.0.0
    • 64.01
    • Published

    is-string

    Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

    • v1.1.1
    • 63.85
    • Published

    get-east-asian-width

    Determine the East Asian Width of a Unicode character

    • v1.6.0
    • 63.83
    • Published

    strip-indent

    Strip leading whitespace from each line in a string

    • v4.1.1
    • 63.35
    • Published

    redent

    Strip redundant indentation and indent the string

    • v4.0.0
    • 63.12
    • Published

    css.escape

    A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.

    • v1.5.1
    • 63.10
    • Published

    is-decimal

    Check if a character is decimal

    • v2.0.1
    • 63.06
    • Published

    querystringify

    Querystringify - Small, simple but powerful query string parser.

    • v2.2.0
    • 62.91
    • Published

    own-keys

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

    • v1.0.1
    • 62.86
    • Published

    string.prototype.repeat

    A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.

    • v1.0.0
    • 62.59
    • Published

    mdast-util-to-string

    mdast utility to get the plain text content of a node

    • v4.0.0
    • 62.56
    • Published

    he

    A robust HTML entities encoder/decoder with full Unicode support.

    • v1.2.0
    • 62.52
    • Published

    ansi-colors

    Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).

    • v4.1.3
    • 62.47
    • Published

    min-indent

    Get the shortest leading whitespace from lines in a string

    • v1.0.1
    • 62.23
    • Published

    pg-connection-string

    Functions for dealing with a PostgresSQL connection string

    • v2.13.0
    • 62.16
    • Published

    widest-line

    Get the visual width of the widest line in a string - the number of columns required to display it

    • v6.0.0
    • 62.15
    • Published

    string-length

    Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes

    • v7.0.1
    • 62.14
    • Published

    pretty-ms

    Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`

    • v9.3.0
    • 62.08
    • Published

    yoctocolors-cjs

    CommonJS version - The smallest and fastest command-line coloring package on the internet

    • v2.1.3
    • 62.08
    • Published

    url-parse

    Small footprint URL parser that works seamlessly across Node.js and browser environments

    • v1.5.10
    • 61.76
    • Published

    is-hexadecimal

    Check if a character is hexadecimal

    • v2.0.1
    • 61.75
    • Published

    unique-string

    Generate a unique random string

    • v3.0.0
    • 61.39
    • Published

    string.prototype.includes

    A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.

    • v2.0.1
    • 61.39
    • Published

    fastest-levenshtein

    Fastest Levenshtein distance implementation in JS.

    • v1.0.16
    • 61.29
    • Published

    is-alphabetical

    Check if a character is alphabetical

    • v2.0.1
    • 61.26
    • Published

    detect-indent

    Detect the indentation of code

    • v7.0.2
    • 60.80
    • Published

    uint8array-extras

    Useful utilities for working with Uint8Array (and Buffer)

    • v1.5.0
    • 60.66
    • Published

    yoctocolors

    The smallest and fastest command-line coloring package on the internet

    • v2.1.2
    • 60.59
    • Published

    has-value

    Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

    • v2.0.2
    • 60.39
    • Published

    common-tags

    a few common utility template tags for ES2015

    • v1.8.2
    • 60.34
    • Published

    repeat-string

    Repeat the given string n times. Fastest implementation for repeating a string.

    • v1.6.1
    • 60.27
    • Published

    query-string

    Parse and stringify URL query strings

    • v9.4.0
    • 60.21
    • Published

    camelcase-keys

    Convert object keys to camel case

    • v10.0.2
    • 60.07
    • Published

    trim-newlines

    Trim newlines from the start and/or end of a string

    • v5.0.0
    • 59.98
    • Published

    @jsonjoy.com/buffers

    Various helper utilities for working with buffers and binary data

    • v18.28.0
    • 59.90
    • Published

    wildcard

    Wildcard matching tools

    • v2.0.1
    • 59.85
    • Published

    @doist/react-interpolate

    A string interpolation component that formats and interpolates a template string in a safe way

    • v2.2.2
    • 59.78
    • Published

    split-on-first

    Split a string on the first occurance of a given separator

    • v4.0.0
    • 59.75
    • Published

    gzip-size

    Get the gzipped size of a string or buffer

    • v7.0.0
    • 59.72
    • Published

    has-values

    Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.

    • v2.0.1
    • 59.33
    • Published

    has-ansi

    Check if a string has ANSI escape codes

    • v6.0.2
    • 59.29
    • Published

    fast-string-width

    A fast function for calculating the visual width of a string once printed to the terminal.

    • v3.0.2
    • 59.13
    • Published

    fast-string-truncated-width

    A fast function for calculating where a string should be truncated, given an optional width limit and an ellipsis string.

    • v3.0.3
    • 59.07
    • Published

    object-treeify

    Stringify Object as tree structure

    • v5.0.1
    • 58.47
    • Published

    typical

    Isomorphic, functional type-checking for Javascript

    • v7.3.0
    • 58.47
    • Published

    @witzbould/utils-string-compression

    Compress or decompress a string with native browser APIs with 'gzip', 'deflate', or 'deflate-raw'. Compatible to use with atob and btoa.

    • v2.4.0
    • 58.46
    • Published

    split-string

    Easy way to split a string on a given character unless it's quoted or escaped.

    • v6.1.0
    • 58.46
    • Published

    decamelize-keys

    Convert object keys from camel case

    • v2.0.1
    • 58.41
    • Published

    cwsclib

    A compression library for strings, that recognizes common words, and creates references to them.

    • v1.0.2
    • 58.40
    • Published

    ripemd160

    Compute ripemd160 of bytes or strings.

    • v2.0.3
    • 58.32
    • Published

    hasha

    Hashing made simple. Get the hash of a buffer/string/stream/file.

    • v7.0.0
    • 57.98
    • Published

    pascalcase

    Convert a string to pascal case (upper camelcase).

    • v2.0.0
    • 57.90
    • Published

    index-to-position

    Convert a string index to its line and column position

    • v1.2.0
    • 57.80
    • Published

    hast-util-to-text

    hast utility to get the plain-text value of a node according to the `innerText` algorithm

    • v4.0.2
    • 57.68
    • Published

    js-levenshtein

    The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

    • v1.1.6
    • 57.61
    • Published

    regex-parser

    A module that parses a string as regular expression and returns the parsed value.

    • v2.3.1
    • 57.50
    • Published

    fault

    Functional errors with formatted output

    • v2.0.1
    • 57.49
    • Published

    filenamify

    Convert a string to a valid safe filename

    • v7.0.1
    • 57.47
    • Published

    date-format

    Formatting Date objects as strings since 2013

    • v4.0.14
    • 57.41
    • Published

    matcher

    Simple wildcard matching

    • v6.0.0
    • 57.36
    • Published

    pupa

    Simple micro templating

    • v3.3.0
    • 57.15
    • Published

    repeat-element

    Create an array by repeating the given value n times.

    • v1.1.4
    • 57.12
    • Published

    natural-compare-lite

    Compare strings containing a mix of letters and numbers in the way a human being would in sort order.

    • v1.4.0
    • 56.95
    • Published

    lcid

    Mapping between standard locale identifiers and Windows locale identifiers (LCID)

    • v5.0.0
    • 56.73
    • Published

    @hapi/formula

    Math and string formula parser.

    • v3.0.2
    • 56.70
    • Published

    chalk-template

    Terminal string styling with tagged template literals

    • v1.1.2
    • 56.65
    • Published

    os-locale

    Get the system locale

    • v8.0.0
    • 56.56
    • Published

    ansicolors

    Functions that surround a string with ansicolor codes so it prints in color.

    • v0.3.2
    • 56.38
    • Published

    strip-bom-string

    Strip a byte order mark (BOM) from a string.

    • v1.0.0
    • 56.13
    • Published

    hast-util-to-string

    hast utility to get the plain-text value of a node

    • v3.0.1
    • 55.78
    • Published

    unquote

    Remove wrapping quotes from a string.

    • v1.1.1
    • 55.75
    • Published

    natural-orderby

    Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.

    • v5.0.0
    • 55.54
    • Published

    string-natural-compare

    Compare alphanumeric strings the same way a human would, using a natural order algorithm

    • v3.0.1
    • 55.54
    • Published

    outdent

    Remove leading indentation from ES6 template literals.

    • v0.8.0
    • 55.35
    • Published

    locate-character

    Get the line and column number of a specific character in a string

    • v3.0.0
    • 55.23
    • Published

    into-stream

    Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

    • v9.1.0
    • 55.17
    • Published

    murmurhash-js

    Native JS murmur hash implementation

    • v1.0.0
    • 54.97
    • Published

    repeating

    Repeat a string - fast

    • v4.0.0
    • 54.80
    • Published

    is-primitive

    Returns `true` if the value is a primitive.

    • v3.0.1
    • 54.72
    • Published

    trim-repeated

    Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz

    • v2.0.0
    • 54.60
    • Published

    string-hash

    fast string hashing function

    • v1.1.3
    • 54.32
    • Published

    strip-outer

    Strip a substring from the start/end of a string

    • v2.0.0
    • 54.23
    • Published

    string-template

    A simple string template function based on named or indexed arguments

    • v1.0.0
    • 54.16
    • Published

    is-url-superb

    Check if a string is a URL

    • v6.1.0
    • 54.15
    • Published

    javascript-stringify

    Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`

    • v2.1.0
    • 53.74
    • Published

    nlcst-to-string

    nlcst utility to transform a tree to a string

    • v4.0.0
    • 53.56
    • Published

    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.

    • v4.0.0
    • 53.53
    • Published

    js-string-escape

    Escape strings for use as JavaScript string literals

    • v1.0.1
    • 53.43
    • Published

    dom-serialize

    Serializes any DOM node into a String

    • v2.2.1
    • 53.41
    • Published

    plur

    Pluralize a word

    • v6.0.0
    • 53.33
    • Published

    diacritics

    remove diacritics from strings

    • v1.3.0
    • 53.32
    • Published

    is-invalid-path

    Returns true if a windows file path has invalid characters.

    • v1.0.2
    • 53.12
    • Published

    titleize

    Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`

    • v4.0.0
    • 52.95
    • Published

    underscore.string

    String manipulation extensions for Underscore.js javascript library.

    • v3.3.6
    • 52.81
    • Published

    ansi-gray

    The color gray, in ansi.

    • v0.1.1
    • 52.78
    • Published

    printj

    Pure-JS printf

    • v1.3.1
    • 52.66
    • Published

    gradient-string

    Beautiful color gradients in terminal output

    • v3.0.0
    • 52.63
    • Published

    iterate-value

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

    • v1.0.2
    • 52.60
    • Published

    diffable-html

    Opinionated HTML formatter focused towards making HTML diffs readable.

    • v6.0.1
    • 52.57
    • Published

    lzjs

    A JavaScript library for compressing and decompressing strings using an original algorithm based on the LZ algorithm

    • v1.3.1
    • 52.55
    • Published

    execall

    Find multiple RegExp matches in a string

    • v3.0.0
    • 52.29
    • Published

    eol

    Newline character converter

    • v0.10.0
    • 52.24
    • Published

    string.prototype.codepointat

    A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.

    • v1.0.1
    • 52.24
    • Published

    is-valid-path

    Returns true if a file path does not contain any invalid characters.

    • v0.1.1
    • 52.06
    • Published

    is-svg

    Check if a string is SVG

    • v6.1.0
    • 52.05
    • Published

    is-ip

    Check if a string is an IP address

    • v5.0.1
    • 52.04
    • Published

    case

    Extensible string utility for converting, identifying and flipping string case

    • v1.6.3
    • 51.97
    • Published

    groq

    Tagged template literal for Sanity.io GROQ-queries

    • v6.0.0
    • 51.92
    • Published

    elegant-spinner

    Elegant spinner for interactive CLI apps

    • v3.0.0
    • 51.72
    • Published

    @hexagon/base64

    Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.

    • v2.0.4
    • 51.60
    • Published

    string.fromcodepoint

    A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.

    • v1.0.3
    • 51.57
    • Published

    html-comment-regex

    Regular expression for matching HTML comments

    • v1.1.2
    • 51.51
    • Published

    is-word-character

    Check if a character is a word character

    • v2.0.1
    • 51.47
    • Published

    pad-right

    Right pad a string with zeros or a specified string. Fastest implementation.

    • v0.2.2
    • 51.39
    • Published

    @sindresorhus/base62

    Encode & decode strings, bytes, and integers to Base62

    • v1.0.0
    • 51.25
    • Published

    to-no-case

    Remove any existing casing from a string.

    • v1.0.2
    • 51.14
    • Published

    tweetnacl-util

    String encoding utilitlies extracted from TweetNaCl.js

    • v0.15.1
    • 51.00
    • Published

    slug

    slugifies even utf-8 chars!

    • v11.0.1
    • 50.86
    • Published

    unescape

    Convert HTML entities to HTML characters, e.g. `>` converts to `>`.

    • v1.0.1
    • 50.76
    • Published

    string-format

    String formatting inspired by Python's str.format()

    • v2.0.0
    • 50.70
    • Published

    sprintf-kit

    sprintf parser and basic formatter

    • v2.0.2
    • 50.62
    • Published

    ansi-red

    The color red, in ansi.

    • v0.1.1
    • 50.59
    • Published

    ansi-cyan

    The color cyan, in ansi.

    • v0.1.1
    • 50.46
    • Published

    is-whitespace

    Returns true if the value passed is all whitespace.

    • v0.3.0
    • 50.45
    • Published

    human-readable-ids

    Generate human-readable ids from lists of easy-to-spell nouns and adjectives

    • v1.0.4
    • 50.09
    • Published

    to-space-case

    Convert a string to space case.

    • v1.0.0
    • 50.01
    • Published

    parenthesis

    Parse parentheses from a string

    • v3.1.8
    • 49.80
    • Published

    markdown-escape

    escape Markdown control characters

    • v2.0.0
    • 49.68
    • Published

    stringz

    Zero-dependency unicode-aware string tools

    • v2.1.0
    • 49.47
    • Published

    line-column

    Convert efficiently index to/from line-column in a string

    • v1.0.2
    • 49.35
    • Published

    temp-write

    Write data to a random temporary file

    • v6.0.1
    • 49.30
    • Published

    format-util

    Lightweight format utility for the browser, based on util.format().

    • v1.0.5
    • 49.01
    • Published

    string-split-by

    Split string by any separator excluding brackets, quotes and escaped characters

    • v1.0.0
    • 48.98
    • Published

    to-camel-case

    Convert a string to camel case.

    • v1.0.0
    • 48.88
    • Published

    is-alphanumeric

    Check if a string only contains alphanumeric characters

    • v1.0.0
    • 48.75
    • Published

    parse-unit

    parses number and unit, '20px' into [20, 'px']

    • v1.0.1
    • 48.73
    • Published

    react-from-dom

    Convert HTML/XML source code or DOM nodes to React elements

    • v0.7.5
    • 48.73
    • Published

    is-odd

    Returns true if the given number is odd, and is an integer that does not exceed the JavaScript MAXIMUM_SAFE_INTEGER.

    • v3.0.1
    • 48.66
    • Published

    is-string-blank

    The fast way to check if a string is blank

    • v1.0.1
    • 48.46
    • Published

    has-glob

    Returns `true` if an array has a glob pattern.

    • v1.0.0
    • 48.42
    • Published

    serialised-error

    Serialises error object to normal object

    • v1.1.3
    • 48.41
    • Published

    oneline

    Write nice template literals with newlines, but format as a single-line string

    • v2.0.0
    • 48.30
    • Published

    humanize-string

    Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`

    • v3.1.0
    • 48.14
    • Published

    maxmin

    Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)

    • v4.1.0
    • 48.03
    • Published

    @stdlib/regexp-regexp

    Return a regular expression to parse a regular expression string.

    • v0.2.3
    • 48.02
    • Published

    string-to-stream

    Convert a string into a stream (streams2)

    • v3.0.1
    • 48.01
    • Published

    is-html

    Check if a string is HTML

    • v3.2.0
    • 47.89
    • Published

    number-to-words

    Contains some util methods for converting numbers into words, ordinal words and ordinal numbers.

    • v1.2.4
    • 47.78
    • Published

    levenary

    [![npm-version](https://img.shields.io/npm/v/levenary.svg)](https://www.npmjs.com/package/levenary) [![github-actions](https://github.com/tanhauhau/levenary/workflows/CI/badge.svg)](https://github.com/tanhauhau/levenary/actions)

    • v1.1.1
    • 47.77
    • Published

    next-line

    Iterator over lines in a string

    • v1.1.0
    • 47.77
    • Published

    non-error

    An error subclass for wrapping non-error values

    • v0.1.0
    • 47.71
    • Published

    url-regex

    Regular expression for matching URLs

    • v5.0.0
    • 47.60
    • Published

    pad-left

    Left pad a string with zeros or a specified string. Fastest implementation.

    • v2.1.0
    • 47.56
    • Published