@rm-labo/example-hello-world
v1.0.7
Published
hello!
Readme
| Statements | Branches | Functions | Lines |
| ------------------------- | ----------------------- | ------------------------ | -------------------- |
| |
|
|
|
example-hello-world
run consloe.log('Hello World!!')
install
$ npm i @rm-labo/example-hello-worldusage
// ECMAScript
import hello from '@rm-labo/example-hello-world'
hello() // => Hello World!!
// CommonJS
const hello = require('@rm-labo/example-hello-world')
hello() // => Hello World!!
