Introduction

Introduction

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