@yoshimoora/tiny

1.0.13 • Public • Published

@yoshimoora/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @yoshimoora/tiny

Usage

import tiny from "@yoshimoora/tiny";

tiny("Test test test");
//=> "Testtesttest"

tiny(123);
//=> Uncaught TypeError: is not string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @yoshimoora/tiny

      Weekly Downloads

      1

      Version

      1.0.13

      License

      none

      Unpacked Size

      2.83 kB

      Total Files

      5

      Last publish

      Collaborators

      • yoshimoora