Skip to content

StableLib/stablelib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 3, 2025
99bee56 · Jan 3, 2025
Jun 29, 2024
Jan 3, 2025
Jan 3, 2025
Oct 8, 2019
Apr 16, 2017
Jan 13, 2020
Jun 29, 2024
Jun 29, 2024
Jun 29, 2024
Jun 29, 2024
Jun 29, 2024

Repository files navigation

StableLib

A stable library of useful TypeScript/JavaScript code.

Principles

  • Correctness first, performance later.
  • Clear code is better than short.
  • Better usability means fewer bugs.
  • Typing is good, but not too much.

Documentation

See https://www.stablelib.com

Usage

Install packages via npm from @stablelib namespace, for example:

npm install @stablelib/base64

See all packages.

Support