UNPKG

typia

Version:

Superfast runtime validators with only one line

8 lines (7 loc) 359 B
//#region src/internal/_notationKeyCollision.ts const _notationKeyCollision = (first, second, destination) => { throw new Error(`typia.notations cannot rename both ${JSON.stringify(first)} and ${JSON.stringify(second)} to ${JSON.stringify(destination)}.`); }; //#endregion export { _notationKeyCollision }; //# sourceMappingURL=_notationKeyCollision.mjs.map