1.0.0 • Published 6 years ago

hello-world-special v1.0.0

Weekly downloads
1
License
Apache
Repository
github
Last release
6 years ago

hello-world-special

A Node.js module created experimentally to print Hello World into the console.

Installation

npm install hello-world-special --save

Usage

Javascript

var helloWorld = require('hello-world-special');
helloWorld.helloWorld();

TypeScript

import { helloWorld } from 'hello-world-special';
helloWorld();