ajuda
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

A helpful JavaScript utility library.

Features

  • No dependencies
  • Immutable methods
  • TypeScript support
  • IntelliSense support
  • Lightweight (~3kB gzipped)
  • Well-tested (75+ test cases)
  • Methods for strings, numbers, arrays, objects, and sets

Installation

To install Ajuda, run the following command:

npm i ajuda

Usage

import { string, number } from 'ajuda'

string.reverse("dlrow olleh") // "hello world"

let n = number
n.range(1, 5) // [1, 2, 3, 4, 5]

Documentation

Full documentation can be found at https://ajuda.page

License

AGPL-3.0

Package Sidebar

Install

npm i ajuda

Homepage

ajuda.page

Weekly Downloads

2

Version

1.1.0

License

AGPL-3.0

Unpacked Size

61.7 kB

Total Files

6

Last publish

Collaborators

  • paramdeo