1.1.0 • Published 6 years ago

@mkusaka/npmpackage_tutorial v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.0

6 years ago

0.0.11

6 years ago

0.0.12

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago