3.0.2 • Published 7 years ago

hello-world-emo v3.0.2

Weekly downloads
16
License
Unlicense
Repository
github
Last release
7 years ago

A hello world npm module whose real purpose is to experiment a 'modern' (TypeScript / ES6) module declaration and its consumption by various environments, including legacy.

This is an "emo" hello world, in reference to this article: JavaScript Modules: Welcome to My Emo Hellscape.

Usage

npm i --save hello-world-emo
yarn add hello-world-emo
import { hello } from 'hello-world-emo'

hello()           // --> Hello, World :-(
hello('Offirmo')  // --> Hello, Offirmo :-(

What did you expect ?

Technical

This module is aiming at

References :

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.1.3

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago