JSPM

@paulotijero/hi-world

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30525F
  • License MIT

The only work that this module performs is to say hi world

Package Exports

  • @paulotijero/hi-world

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@paulotijero/hi-world) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@paulotijero/hi-world

This is my first published module and says "Hi world!"

Installation

With yarn

yarn add @paulotijero/hi_world

With npm

npm install @paulotijero/hi_world

Usage

Import the module in your file js

const hiWorld = require("@paulotijero/hi_world");

You will have available the function hiWorld.

hiWorld();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.