justlyrics
Version:
A comprehensive TypeScript library for parsing, converting, and processing various lyric formats including LRC, ALRC, YRC, QRC, and more
4 lines • 307 B
TypeScript
export declare function waitFor<T extends Element>(selector: string, timeout?: number): Promise<T>;
export declare function autoTrimContainer(container: HTMLElement, judgement: (el: HTMLElement) => boolean): void;
export declare function isCJKChar(char: string): boolean;
//# sourceMappingURL=utils.d.ts.map