UNPKG

@tangential/core

Version:

Core types and support code for Tangential

6 lines (5 loc) 139 B
export declare class NameGenerator { static adjectivesLength: number; static nounsLength: number; static generate(): string; }