UNPKG

@ts-for-gir/lib

Version:

Typescript .d.ts generator from GIR for gjs

6 lines (5 loc) 215 B
export declare function getGenericNames(start?: string): Generator<string, string, unknown>; export declare class GenericNameGenerator { static new(): () => string; static at(start: string): () => string; }