@abhee/npmtest 中文文档教程
npmtest
它什么都不做,只是一个测试项目
Usage
使用 npm 安装包:
npm install is-null-or-empty --save
然后,需要包并使用它:
[评论:检查这种用法是否正确]
var isNullOrEmpty = require ('is-null-or-empty');
console.log(isNullOrEmpty("")); // true
console.log(isNullOrEmpty("Hello World")); // 错误的
npmtest
It does nothing, just a test project
Usage
Install the package using npm :
npm install is-null-or-empty --save
Then, require the package and use it:
[Comment: To check if this usage is proper]
var isNullOrEmpty = require('is-null-or-empty');
console.log(isNullOrEmpty("")); // true
console.log(isNullOrEmpty("Hello World")); // false
更多
你可能也喜欢
- 4sure-default-layout 中文文档教程
- 996dev-greeter 中文文档教程
- @10up/component-accordion 中文文档教程
- @3yourmind/kotti-ui 中文文档教程
- @4tw/vue-cli-plugin-vuetify-preset-4tw 中文文档教程
- @8base/boost 中文文档教程
- @aames1203/component_library 中文文档教程
- @aapzu/tsdotenv 中文文档教程
- @abcnews/story-lab-component-library 中文文档教程
- @abtasty/ff-widget-voucher 中文文档教程