UNPKG

type-r2

Version:

Serializable, validated, and observable data layer for modern JS applications

6 lines 171 B
import { NumericType } from "type-r"; export function Integer(x) { return x ? Math.round(x) : 0; } Integer._metatype = NumericType; //# sourceMappingURL=integer.js.map