文件名称:tooly:微型javascript实用程序库
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-01 09:41:24
JavaScript
tooly.js 一个用于Javascript的微型实用程序库 原料药 existy(value); 检查是否存在给定的任何值。 它在后台检查该值是否为null或未定义,并返回布尔值。 如果传入的值是string它将检查空字符串以及null和undefined的字符串表示形式。 defaulty(value, default); 进行与existy(value);相同的检查existy(value); 但是如果该值不存在,它将返回您想要的默认值。 cleansey(string); 删除英文单词中不希望包含的所有字符。 removey(remove, string); 从字符串中删除任何所需的字符串或字符 clippy(string, clipLength); 将字符串的末尾剪切为所需的剪切长度 inty(stringInteger); 安全地将任何字符串值数字转换为该
【文件预览】:
tooly-master
----.travis.yml(120B)
----test()
--------removey.tests.js(608B)
--------clippy.tests.js(1KB)
--------inty.tests.js(660B)
--------existy.tests.js(812B)
--------floaty.tests.js(543B)
--------cleansey.tests.js(1KB)
--------defaulty.tests.js(988B)
----README.md(1KB)
----tooly()
--------tooly.js(3KB)
----.gitignore(45B)
----index.js(45B)
----package.json(383B)