UNPKG

typia

Version:

Superfast runtime validators with only one line

9 lines (8 loc) 278 B
import { TypeGuardError } from "../TypeGuardError.mjs"; //#region src/internal/_throwTypeGuardError.ts const _throwTypeGuardError = (props) => { throw new TypeGuardError(props); }; //#endregion export { _throwTypeGuardError }; //# sourceMappingURL=_throwTypeGuardError.mjs.map