UNPKG

@godspeedsystems/core

Version:

> 4th Generation Declarative Microservice Framework

3 lines (2 loc) 153 B
export declare function randomString(length: number, characters: string): string; export declare function randomInt(min: number, max: number): number;