3.1.7 • Published 3 years ago

@tomsd/serial v3.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
3 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

3 years ago

3.1.3

3 years ago

3.0.4

3 years ago

3.1.2

3 years ago

3.0.3

3 years ago

3.1.1

3 years ago

3.0.2

3 years ago

3.1.0

3 years ago

3.0.1

3 years ago

3.1.6

3 years ago

3.1.5

3 years ago

3.1.4

3 years ago

3.0.5

3 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago