1.0.0 • Published 8 years ago
hello-world-special v1.0.0
hello-world-special
A Node.js module created experimentally to print Hello World into the console.
Installation
npm install hello-world-special --saveUsage
Javascript
var helloWorld = require('hello-world-special');
helloWorld.helloWorld();TypeScript
import { helloWorld } from 'hello-world-special';
helloWorld();1.0.0
8 years ago