1.1.0 • Published 4 years ago

@mkusaka/npmpackage_tutorial v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

npmpackage_tutorial

Build Status

install

npm install --save @mkusaka/npmpackage_tutorial

useage

index.js

import { IsNullOrEmpty } from "@mkusaka/npmpackage_tutorial";

console.log(IsNullOrEmpty(""));
console.log(IsNullOrEmpty(null));
console.log(IsNullOrEmpty([]));
node index.js
# => true
#    true
#    true

more usecase has impremented in test case.

publish memo

npm version patch
npm publish

cf. https://efcl.info/2015/04/08/npm-publish-pattern/

refer

1.1.0

4 years ago

1.0.0

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago