mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Merge pull request #5475 from Ritzlgrmft/master
Property manufacturer added to Cordova.Device
This commit is contained in:
2
cordova/plugins/Device.d.ts
vendored
2
cordova/plugins/Device.d.ts
vendored
@@ -24,6 +24,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