@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
更多
你可能也喜欢
- @3test/ethereum-utils 中文文档教程
- @4geit/rct-broadcast-message-store 中文文档教程
- @4geit/rct-divider-component 中文文档教程
- @58fe/ems-plugins 中文文档教程
- @a-soul/extractor-tiktok 中文文档教程
- @aardvarkxr/room-shared 中文文档教程
- @abcnews/gemini 中文文档教程
- @abhisheknairofficial/use-markdown 中文文档教程
- @ablestack/rdo-apollo-mobx-connector 中文文档教程
- @abpdz/ng.breeze 中文文档教程