1.0.7 • Published 5 years ago

@rm-labo/example-hello-world v1.0.7

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

badge badge

StatementsBranchesFunctionsLines
StatementsBranchesFunctionsLines

example-hello-world

run consloe.log('Hello World!!')

install

$ npm i @rm-labo/example-hello-world

usage

// ECMAScript
import hello from '@rm-labo/example-hello-world'
hello() // => Hello World!!


// CommonJS
const hello = require('@rm-labo/example-hello-world')
hello() // => Hello World!!
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago