Skip to content

d30jeff/pm10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PM 10

Helper to show the name of the 10th Prime Minister of Malaysia

Installation

yarn add pm10 or npm i pm10

Usage

import { pm10 } from 'pm10';

console.info(pm10());
// Anwar bin Ibrahim

Options

showTitle: (Boolean)

Option to show/hide the title, defaults to false

import { pm10 } from 'pm10';

console.info(pm10({ showTitle: true }));
// Yang Amat Berhormat Dato' Seri Haji Anwar bin Ibrahim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published