ng-gpt
Version:
A Angular implementation of the google GPT API.
11 lines (10 loc) • 415 B
TypeScript
import * as i0 from "@angular/core";
export declare class GptIDGeneratorService {
private generatedIDs;
generateID(type?: string): string;
gptIDGenerator(element: HTMLElement): string;
isTaken(id: string): boolean;
isUnique(id: string): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<GptIDGeneratorService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GptIDGeneratorService>;
}