mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Fix travis errors
This commit is contained in:
2
camera/camera.d.ts
vendored
2
camera/camera.d.ts
vendored
@ -11,7 +11,7 @@ declare module "camera" {
|
||||
*/
|
||||
export function takePicture(options?: CameraOptions): Promise<imageSource.ImageSource>;
|
||||
|
||||
/**
|
||||
/**
|
||||
* Is the camera available to use
|
||||
*/
|
||||
export function isAvailable(): Boolean;
|
||||
|
Reference in New Issue
Block a user