UNPKG

mobile-cli-lib

Version:
12 lines (11 loc) 372 B
"use strict"; var DevicePlatformsConstants = (function () { function DevicePlatformsConstants() { this.iOS = "iOS"; this.Android = "Android"; this.WP8 = "WP8"; } return DevicePlatformsConstants; }()); exports.DevicePlatformsConstants = DevicePlatformsConstants; $injector.register("devicePlatformsConstants", DevicePlatformsConstants);