source:
node_modules/ramda-adjunct/es/internal/ponyfills/Number.isFinite.js@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 201 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | import { both } from 'ramda'; |
2 | import isNumber from '../../isNumber'; | |
3 | ||
4 | // eslint-disable-next-line no-restricted-globals | |
5 | var isFinitePonyfill = both(isNumber, isFinite); | |
6 | export default isFinitePonyfill; |
Note:
See TracBrowser
for help on using the repository browser.