UNPKG

@gravity-ui/data-source

Version:
10 lines (9 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notReachable = void 0; var notReachable = exports.notReachable = function notReachable(value, message) { throw new Error(message || "Not reachable state: ".concat(value)); }; // #sourceMappingURL=notReachable.js.map