UNPKG

novaparse

Version:
12 lines 500 B
"use strict"; 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