mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Property manufacturer added to Cordova.Device
This commit is contained in:
Vendored
+2
@@ -26,6 +26,8 @@ interface Device {
|
||||
uuid: string;
|
||||
/** Get the operating system version. */
|
||||
version: string;
|
||||
/** Get the device's manufacturer. */
|
||||
manufacturer: string;
|
||||
}
|
||||
|
||||
declare var device: Device;
|
||||
Reference in New Issue
Block a user