UNPKG

@robotical/martyblocks

Version:
7 lines (5 loc) 187 B
const {isNil} = require('lodash'); module.exports = ({changelogFile, changelogTitle}) => ({ changelogFile: isNil(changelogFile) ? 'CHANGELOG.md' : changelogFile, changelogTitle, });