UNPKG

@dxtmisha/functional-basic

Version:

Core functional utility library for modern web development without framework dependencies

8 lines (7 loc) 232 B
/** * Writes data to the buffer. * * Записывает данные в буфер. * @param text text for recording/ текст для записи */ export declare function writeClipboardData(text: string): Promise<void>;