acer
ISC``` /** * @export * @desc 数字补零 * @param {number|string} num 需补零数字 * @param {number} digits 需补充到位数 * @returns {string} 返回补零后的数 * @example * zeroFill(9, 3); // 返回 009 */ ```
85
Security score
0 known advisories in v1.0.0
Weekly downloads
—
Unpacked size
973.0 B
Dependencies
0
Last publish
4 years ago
Security advisories
No known vulnerabilities affect v1.0.0.