2.2.2 • Published 8 months ago

deprecated-generators v2.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Random Value Generators

It's the deadly simplest generators. which will writes on typescript.

Note

This library having the decorators, please use this.

Version 1.08

updates: Decorators will produce result to decorated method

version 2.2.0

updates: generators will bi working

Usage

    Generator.generateRandomNumber(100, 200);
    // return number for you, which contains in gap between 100 and 200
    Generator.generateRandomColor(155, 200);
    // return r, g, b view of color for you
    Generator.generateRandomString('ru', 5);
    // return random string consisting from russian alpabet for ypu
    expost class Test {
        @RandomColor(100, 255)
        myMethod() {
            console.log("random color: ', this.myMethod);
        }
    }
    //returns random color: {r,g,b}
2.2.2

8 months ago

2.2.1

8 months ago

2.2.0

8 months ago

2.1.9

9 months ago

2.1.8

9 months ago

2.1.7

9 months ago

2.1.6

9 months ago

2.1.5

9 months ago

2.1.4

9 months ago

2.1.3

9 months ago

2.1.2

9 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.9

9 months ago

2.0.8

9 months ago

2.0.7

9 months ago

2.0.6

9 months ago

2.0.5

9 months ago

2.0.4

9 months ago

2.0.3

9 months ago

2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1-b-1

9 months ago

0.0.1-b

9 months ago

0.0.1-beta

9 months ago