UNPKG

maycur-business

Version:

maycur business react components of web

12 lines (10 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = trunc; // Copyright 2015-2018 FormBucket LLC // remove decimal part of number function trunc(val) { return val | 0; }