UNPKG

@project-sunbird/sunbird-epub-player-v9

Version:

The Epub player library is powered by Angular. This player is primarily designed to be used on Sunbird consumption platforms _(mobile app, web portal, offline desktop app)_ to drive reusability and maintainability, hence reducing the redundant development

15 lines 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noProject = noProject; exports.noMainFile = noMainFile; exports.noModuleFile = noModuleFile; function noProject(project) { return `Unable to find project '${project}' in the workspace`; } function noMainFile(projectName) { return `Unable to find 'build.options.main' file path for project "${projectName}"`; } function noModuleFile(moduleFilePath) { return `File '${moduleFilePath}' does not exist.`; } //# sourceMappingURL=messages.js.map