UNPKG

credstash-cli

Version:

Node.js credstash CLI implementation

10 lines (6 loc) 173 B
'use strict'; const defaults = require('nodecredstash/js/defaults'); const cliDefaults = Object.assign({ WILDCARD_CHAR: '*' }, defaults); module.exports = cliDefaults;