@abutterworth/tiny 中文文档教程
@abutterworth/tiny
从字符串中删除所有空格。
Install
$ npm install @abutterworth/tiny
Usage
const tiny = require("@abutterworth/tiny");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1