UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

4 lines (2 loc) 107 B
"use strict"; module.exports = function (value) { return typeof value === "number" && isFinite(value); };