UNPKG

type-r2

Version:

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

8 lines (5 loc) 156 B
import {NumericType} from "type-r"; export function Integer( x ) { return x ? Math.round( x ) : 0; } (Integer as any)._metatype = NumericType;