4.6.201909121731 • Published 5 years ago

@dfeidao/fd-an000014 v4.6.201909121731

Weekly downloads
4
License
MIT
Repository
-
Last release
5 years ago

为不够长的字符长度前补0

Installation

yarn add --dev @dfeidao/fd-an000014

Example

import an14 from '@dfeidao/fd-an000014';

an14('14', 6);
// 000014

an14('14', 6, 'x');
// xxxx14

Attention

第三个参数只能传长度为1的字符串