UNPKG

yet-another-name-generator

Version:

Yet Another Name Generator

6 lines (5 loc) 155 B
export declare function generate({ the, titleize, separator }?: { the?: boolean; titleize?: boolean; separator?: string | boolean; }): string;