Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dfeidao/fd-an000015

taoqf17MIT4.6.201909121732TypeScript support: included

字符串递增

feidao, 01feidao, dfeidao, atom, 飞道, 原子操作, ai

readme

字符串递增

Installation

yarn add --dev @dfeidao/fd-an000015

Example


import an15 from '@dfeidao/fd-an000015';

an15('S01', 'S', 2);    //S02
an15('01', '', 3);    //002