3.1.7 • Published 2 years ago

@tomsd/serial v3.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

@tomsd/serial

Serial generates the serial numbers or characters.

npm NPM npms.io (quality) Libraries.io dependency status for latest release Maintenance

Installation

npm install @tomsd/serial

Usage

import { Serial } from "@tomsd/serial";

console.log(Serial.number(3)); // [0, 1, 2]

console.log(Serial.number(3, 1)); // [1, 2, 3]

console.log(Serial.char.lower(3)); // ["a", "b", "c"]

console.log(Serial.char.upper(3)); // ["A", "B", "C"]

console.log(Serial.char.lower(3, 2)); // ["c", "d", "e"]

console.log(Serial.char.upper(3, 2)); // ["C", "D", "E"]
3.1.7

2 years ago

3.1.3

2 years ago

3.0.4

2 years ago

3.1.2

2 years ago

3.0.3

2 years ago

3.1.1

2 years ago

3.0.2

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.1.6

2 years ago

3.1.5

2 years ago

3.1.4

2 years ago

3.0.5

2 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago