@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
更多
你可能也喜欢
- 42-cent-paypal 中文文档教程
- @0xsequence/niftyswap 中文文档教程
- @11ty/eleventy-data-transistor-fm 中文文档教程
- @1amageek/geometory 中文文档教程
- @24hr/eslint-24hr 中文文档教程
- @3ddie/react-native-calendars 中文文档教程
- @7isys/loopback-component-realtime 中文文档教程
- @aakashdeveloper/create-node-app 中文文档教程
- @abcum/ember-stripe 中文文档教程
- @abtasty/banner 中文文档教程