Add barcode-detector-api-polyfill dependency and update environment variable declarations in SvelteKit project
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @param {number} code_unit
|
||||
* @param {boolean} utf16be
|
||||
* @return {!Array.<number>} bytes
|
||||
*/
|
||||
export declare function convertCodeUnitToBytes(code_unit: number, utf16be: boolean): Array<number>;
|
||||
Reference in New Issue
Block a user