PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
moment
/
src
/
lib
/
utils
import absFloor from './abs-floor'; export default function toInt(argumentForCoercion) { var coercedNumber = +argumentForCoercion, value = 0; if (coercedNumber !== 0 && isFinite(coercedNumber)) { value = absFloor(coercedNumber); } return value; }
[-] is-array.js
[edit]
[-] compare-arrays.js
[edit]
[-] to-int.js
[edit]
[-] has-own-prop.js
[edit]
[+]
..
[-] some.js
[edit]
[-] is-object.js
[edit]
[-] is-function.js
[edit]
[-] abs-ceil.js
[edit]
[-] extend.js
[edit]
[-] abs-floor.js
[edit]
[-] is-undefined.js
[edit]
[-] is-date.js
[edit]
[-] is-object-empty.js
[edit]
[-] deprecate.js
[edit]
[-] hooks.js
[edit]
[-] map.js
[edit]
[-] abs-round.js
[edit]
[-] defaults.js
[edit]
[-] is-number.js
[edit]
[-] mod.js
[edit]
[-] zero-fill.js
[edit]
[-] keys.js
[edit]
[-] index-of.js
[edit]