UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

8 lines (5 loc) 117 B
'use strict'; function defaultTo(value, def) { return value == null ? def : value; } module.exports = defaultTo;