UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

7 lines (5 loc) 144 B
'use strict'; module.exports = value => { const type = typeof value; return value !== null && (type === 'object' || type === 'function'); };