pm10
Version:
Helper to show the name of the 10th Prime Minister of Malaysia
30 lines (18 loc) • 444 B
Markdown
Helper to show the name of the 10th Prime Minister of Malaysia
`yarn add pm10` or `npm i pm10`
```
import { pm10 } from 'pm10';
console.info(pm10());
// Anwar bin Ibrahim
```
`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
```