quarkle
v1.2.0
Published
quarkle is the JavaScript util library providing support of all data types and data structures.
Downloads
176
Readme
quarkle
quarkle provides utility functions and classes to make the job easy for different operations.
Installation
Using npm:
npm i quarkle
Usage
You can directly use these functions from the quarkle library.
import { reverseNumber } from "quarkle";
const number = 5698;
reverseNumber(number); // Returns the result 8965
You can check the whole documentation here.