mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(barcodescanner): add return type to scan()
This commit is contained in:
Vendored
+1
@@ -15,6 +15,7 @@
|
||||
export declare class BarcodeScanner {
|
||||
/**
|
||||
* Open the barcode scanner.
|
||||
* @return Returns a Promise that resolves with scanner data, or rejects with an error.
|
||||
*/
|
||||
static scan(): Promise<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user