typia
Version:
Superfast runtime validators with only one line
8 lines • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports._notationKeyCollision = void 0;
const _notationKeyCollision = (first, second, destination) => {
throw new Error(`typia.notations cannot rename both ${JSON.stringify(first)} and ${JSON.stringify(second)} to ${JSON.stringify(destination)}.`);
};
exports._notationKeyCollision = _notationKeyCollision;
//# sourceMappingURL=_notationKeyCollision.js.map