UNPKG

109 BJavaScriptView Raw
1export function isNumber(value) {
2 return typeof value === 'number';
3}
4//# sourceMappingURL=is-number.js.map
\No newline at end of file