@dfeidao/fd-an000014
TypeScript icon, indicating that this package has built-in type declarations

4.6.201909121731 • Public • Published

为不够长的字符长度前补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的字符串

Package Sidebar

Install

npm i @dfeidao/fd-an000014

Weekly Downloads

0

Version

4.6.201909121731

License

MIT

Unpacked Size

2.59 kB

Total Files

8

Last publish

Collaborators

  • taoqf