UNPKG

pm10

Version:

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

6 lines (5 loc) 122 B
type ConfigOptions = { showTitle: boolean; }; export declare const pm10: (args?: ConfigOptions) => string; export {};