hello-world-emo
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

Hello World Npm
Offirmo’s quality seal

npm badge dependencies badge bundle size badge license badge maintenance status badge

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 :

/hello-world-emo/

    Package Sidebar

    Install

    npm i hello-world-emo

    Weekly Downloads

    22

    Version

    3.0.2

    License

    Unlicense

    Unpacked Size

    10.8 kB

    Total Files

    25

    Last publish

    Collaborators

    • offirmo