UNPKG

paroles

Version:

A library for parsing, making, modifying and playing LRC format lyrics

3 lines (2 loc) 135 B
/** 数字不足指定长度时,在前面补0 */ export declare const prependZero: (num: number | string, length: number) => string;