/tiny

remove all spaces from a string

Primary LanguageJavaScriptMIT LicenseMIT

tiny

remove spaces from a string

Usage

const tiny = require("fire-t/tiny");
const str = "tom and jerry"
tiny(str) //tomandjerry