hi-mom
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Hi, mom!

A blazingly fast JavaScript library to say hi to your mom!

Install

yarn

yarn add hi-mom

npm

npm i hi-mom

unpkg.com (UMD)

<script src="https://unpkg.com/hi-mom/lib/hi-mom.umd.js"></script>

Usage

CommonJS

const { hiMom } = require("hi-mom");

console.log(hiMom()); // Hi, mom!

ES Modules

import { hiMom } from "hi-mom";

console.log(hiMom()); // Hi, mom!

Browser (UMD)

console.log(hiMom.hiMom());

custom mother name

import { hiMom } from "hi-mom";

console.log(hiMom("Mother")); // Hi, Mother!

Languages supported

  • ar - Arabic
  • ar-IQ - Iraqi Arabic
  • as - Assamese
  • az - Azerbaijani
  • ca - Catalan
  • cn - Chinese
  • cs - Czech
  • de - German
  • en - English
  • en-AU - Australian English
  • en-PT - Pirate Speak
  • es - Spanish
  • fa - Persian
  • fr - French
  • he - Hebrew
  • hi - Hindi
  • hu - Hungarian
  • id - Indonesian
  • it - Italian
  • ja - Japanese
  • ko - Korean
  • lt - Lithuanian
  • ms - Malay
  • nl-BE - Flemish
  • nl-NL - Dutch
  • pl - Polish
  • pt - Portuguese
  • ro - Romanian
  • ru - Russian
  • si - Sinhala
  • sr - Serbian
  • ta - Tamil
  • th - Thai
  • tr - Turkish
  • tm - Turkmen
  • ua - Ukrainian
  • vi - Vietnamese
  • zh - Zhongwen

Package Sidebar

Install

npm i hi-mom

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

12.8 kB

Total Files

11

Last publish

Collaborators

  • tsivinsky17