mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
/**
|
|
* @param {number} code_unit
|
|
* @param {boolean} utf16be
|
|
* @return {!Array.<number>} bytes
|
|
*/
|
|
export declare function convertCodeUnitToBytes(code_unit: number, utf16be: boolean): Array<number>;
|