Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

refactor(lodash): replace isFinite #2458

Merged
merged 2 commits into from
May 17, 2019
Merged

refactor(lodash): replace isFinite #2458

merged 2 commits into from
May 17, 2019

Commits on May 16, 2019

  1. refactor(lodash): replace isFinite

    lodash.isFinite is just `typeof value == 'number' && nativeIsFinite(value);`, so that's what I implemented
    
    IFW-745
    Haroenv committed May 16, 2019
    Configuration menu
    Copy the full SHA
    7c26b9c View commit details
    Browse the repository at this point in the history
  2. chore: remove needless typeof

    Haroenv committed May 16, 2019
    Configuration menu
    Copy the full SHA
    08c7bcf View commit details
    Browse the repository at this point in the history