1.0.2 • Published 2 years ago
tredici v1.0.2
Tredici
tredici is a simple and modern library that can help you build anything you want.
To install it, just run
npm install tredici
It includes a various range of helper functions, which include types like:
- Array functions
- String functions
- Math functions (
abs
,sqrt
...) - Miscellaneous (
debounce
,throttle
,xor
...)
It can be default imported like
import tredici from "tredici";
let root = tredici.sqrt(25); // => 5
let baz = tredici.join("!!", ...["Foo,", "Bar!"]); // => "Foo,!!Bar!"
or you can import the single functions
import { abs, xor } from "tredici";
let mod = abs(-42); // => 42
let bool = xor("Foo" == "Bar", sheep.color == "white"); // => true
This library is work in progress, and many functions will be added through time.
(and it means 13 in italian ;D, absolutely not inspired by undici)
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.3.0
2 years ago
0.3.1
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.1.0
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.5
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago