UNPKG

type-arango

Version:

ArangoDB Foxx decorators and utilities for TypeScript

6 lines (5 loc) 143 B
/** * Generate random string * - default length is 10 */ export declare function randomString(len?: number, charset?: string): string;