UNPKG

@vismaux/ngx-nordic-cool

Version:
8 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noProject = void 0; function noProject(projectName) { return `Unable to find project '${projectName}' in the workspace`; } exports.noProject = noProject; //# sourceMappingURL=messages.js.map