UNPKG

pm10

Version:

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

6 lines (5 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var src_1 = require("../src"); console.log((0, src_1.pm10)({ showTitle: false })); console.log((0, src_1.pm10)({ showTitle: true }));