Add barcode-detector-api-polyfill dependency and update environment variable declarations in SvelteKit project
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* If navigator is present.
|
||||
*/
|
||||
export declare function hasNavigator(): boolean;
|
||||
/**
|
||||
* If enumerateDevices under navigator is supported.
|
||||
*/
|
||||
export declare function canEnumerateDevices(): boolean;
|
||||
Reference in New Issue
Block a user