top | item 45924895

(no title)

krowek | 3 months ago

There's always an NPM package, even for trivial things like

  function fn(val) {
    return typeof val === "number" &&
      isFinite(val) &&
      Math.floor(val) === val;
  };

discuss

order

No comments yet.