novaparse
Version:
An EV Nova file parser for NovaJS
12 lines • 500 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const NovaDataInterface_1 = require("novadatainterface/NovaDataInterface");
function resourceIDNotFoundStrict(message) {
throw new NovaDataInterface_1.NovaIDNotFoundError(message);
}
exports.resourceIDNotFoundStrict = resourceIDNotFoundStrict;
function resourceIDNotFoundWarn(message) {
console.warn(message);
}
exports.resourceIDNotFoundWarn = resourceIDNotFoundWarn;
//# sourceMappingURL=ResourceIDNotFound.js.map