2.1.0 • Published 4 years ago

@adeshkumar/tiny v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

pure-pagination

This is the pagination package Link : bhjbj

@adeshkumar256/pure-pagination

Removes all spaces from a string.

Install

$ npm install @adeshkumar256/pure-pagination

Usage

const tiny = require("@adeshkumar256/pure-pagination");

tiny("So much space!");
//=> "Somuchspace!"

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1