@feelpop/random-hello
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

random-hello

Randomly greets any given string.

Features

  • Created to learn how to publish packages in npm
  • Very simple
  • Supports both ECMAscript and CommonsJS modules

How to use it

CommonsJS

const hello = require("@feelpop/random-hello")
console.log(hello.hello("CommonsJS"));

ECMAscript

import { hello } from "@feelpop/random-hello";
console.log(hello("ECMAScript"));

Readme

Keywords

none

Package Sidebar

Install

npm i @feelpop/random-hello

Weekly Downloads

0

Version

2.0.0

License

Apache-2.0

Unpacked Size

3.05 kB

Total Files

8

Last publish

Collaborators

  • eriesgo
  • jiale42