UNPKG

typia

Version:

Superfast runtime validators with only one line

9 lines (6 loc) 223 B
import { TypeGuardError } from '../TypeGuardError.mjs'; const _throwTypeGuardError = (props) => { throw new TypeGuardError(props); }; export { _throwTypeGuardError }; //# sourceMappingURL=_throwTypeGuardError.mjs.map