next-incremented-string

1.0.1 • Public • Published

next-incremented-string

Avoid having to create random string ids, by having them incremented in the similar way of how numbers are.

instalation

# Using npm
npm install next-incremented-string

# Using Yarn
yarn add next-incremented-string

how to use it

import { incrementString } from 'next-incremented-string';

const nextString = incrementString("AAA");
console.log(nextString);
//AAB

Readme

Keywords

none

Package Sidebar

Install

npm i next-incremented-string

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.81 kB

Total Files

5

Last publish

Collaborators

  • fbfdsouza