3.0.2 • Published 5 years ago

hello-world-emo v3.0.2

Weekly downloads
16
License
Unlicense
Repository
github
Last release
5 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

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago