ohkey-hello
v1.0.1
Published
A simple component that says hello from ohkey
Downloads
10
Readme
ohkey-hello
A simple npm package that greets you from ohkey!
Installation
npm install ohkey-helloUsage
const { helloFromOhkey } = require('ohkey-hello');
console.log(helloFromOhkey()); // "Hello from ohkey!"Or using ES6 imports:
import { helloFromOhkey } from 'ohkey-hello';
console.log(helloFromOhkey()); // "Hello from ohkey!"License
MIT
