The Wayback Machine - https://web.archive.org/web/20220526111204/https://github.com/stdlib-js
Skip to content
@stdlib-js

stdlib

Standard library for JavaScript.

stdlib (/ˈstændərd lɪb/ "standard lib") is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing applications. The library provides a collection of robust, high performance libraries for mathematics, statistics, data processing, streams, and more and includes many of the utilities you would expect from a standard library.

Development of the project happens in the pinned stdlib repository, which contains library source code, tooling, and documentation. The pinned stdlib repository is also the place to file bug reports and feature requests.

The main stdlib project decomposes into individual packages that can be independently consumed. The GitHub organization contains individual repositories for each stdlib package, with each package repository containing pre-built package bundles for use in the browser, Node.js, and other environments, such as Deno. See the user stories section in the main project repository's README.md for guidance on how to make best use of stdlib given your specific needs.

Community

Chat

Pinned

  1. stdlib Public

    Standard library for JavaScript and Node.js.

    JavaScript 3k 164

Repositories

  • www Public

    Website for stdlib, a standard library for JavaScript and Node.js.

    JavaScript 3 Apache-2.0 0 20 (1 issue needs help) 0 Updated May 25, 2022
  • string Public

    Standard library string manipulation functions.

    JavaScript 1 Apache-2.0 1 0 0 Updated May 25, 2022
  • nlp Public

    Standard library natural language processing.

    JavaScript 1 Apache-2.0 0 0 0 Updated May 25, 2022
  • string-from-code-point Public

    Create a string from a sequence of Unicode code points.

    JavaScript 1 Apache-2.0 0 0 0 Updated May 25, 2022
  • string-code-point-at Public

    Return a Unicode code point from a string at a specified position.

    JavaScript 1 Apache-2.0 0 0 0 Updated May 25, 2022
  • utils-object-inverse Public

    Invert an object, such that keys become values and values become keys.

    Makefile 1 Apache-2.0 0 0 0 Updated May 25, 2022
  • random-streams-triangular Public

    Create a readable stream for generating pseudorandom numbers drawn from a triangular distribution.

    JavaScript 1 Apache-2.0 0 0 0 Updated May 25, 2022
  • utils-values Public

    Return an array of an object's own enumerable property values.

    Makefile 1 Apache-2.0 0 0 0 Updated May 25, 2022
  • utils-entries Public

    Return an array of an object's own enumerable property key-value pairs.

    Makefile 1 Apache-2.0 0 0 0 Updated May 25, 2022
  • utils-unzip Public

    Unzip a zipped array (i.e., a nested array of tuples).

    Makefile 1 Apache-2.0 0 0 0 Updated May 25, 2022