1.0.7 • Published 5 years ago
@rm-labo/example-hello-world v1.0.7
Statements | Branches | Functions | Lines |
---|---|---|---|
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!!