UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

16 lines (15 loc) 618 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Messages = void 0; const yok_1 = require("../yok"); class Messages { constructor() { this.Devices = { NotFoundDeviceByIdentifierErrorMessage: "Devices.NotFoundDeviceByIdentifierErrorMessage", NotFoundDeviceByIdentifierErrorMessageWithIdentifier: "Devices.NotFoundDeviceByIdentifierErrorMessageWithIdentifier", NotFoundDeviceByIndexErrorMessage: "Devices.NotFoundDeviceByIndexErrorMessage", }; } } exports.Messages = Messages; yok_1.injector.register("messages", Messages);