juniper
Version:
ESM JSON Schema builder for static Typescript inference.
8 lines • 314 B
TypeScript
/**
* "Reasonable" shorthand for largest possible integer.
*
* Actual value = 1.7976931348623157e+308 but that is unnecessarily long serialization
* for values that _shouldn't_ reasonably achieve that value (e.g. string length).
*/
export declare const maxInt = 1e+308;
//# sourceMappingURL=constants.d.ts.map