UNPKG

polyfill-service

Version:
4 lines (3 loc) 81 B
Math.sign = function sign(x) { return !(x = Number(x)) ? x : x > 0 ? 1 : -1; };