Removes all spaces from a string
npm install @provasks/tiny@provasks/tiny
npm (scoped) npm bundle size (minified)
Removes all spaces from a string.
Install
\$ npm install @provasks/tiny
Usage
import {
swap,
once,
numberToWord
} from "./node_modules/@provasks/tiny/common/index.js";
import {
removeDuplicate,
maxProduct,
pushZerosToEnd,
intersectSortedArray,
intersectUnsortedArray,
isDisjoint,
getMatrix,
TransposeMatrix,
multiplyMatrix
} from "./node_modules/@provasks/tiny/array/index.js";
import {
fibonacci,
nthPrime,
isPrime,
gcd,
lcm,
gcdLarge,
generateSequence
} from "./node_modules/@provasks/tiny/math/index.js";
import {
removeSpace,
reverse,
isPermutation,
isRotational,
isPalindrome,
camelCase,
capitalize,
permute
} from "./node_modules/@provasks/tiny/string/index.js";