PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
enquirer
/
lib
'use strict'; const styles = require('./styles'); const symbols = require('./symbols'); const utils = require('./utils'); module.exports = prompt => { prompt.options = utils.merge({}, prompt.options.theme, prompt.options); prompt.symbols = symbols.merge(prompt.options); prompt.styles = styles.merge(prompt.options); };
[-] utils.js
[edit]
[-] keypress.js
[edit]
[+]
..
[+]
prompts
[-] combos.js
[edit]
[+]
types
[-] roles.js
[edit]
[-] render.js
[edit]
[-] placeholder.js
[edit]
[-] timer.js
[edit]
[-] prompt.js
[edit]
[-] state.js
[edit]
[-] ansi.js
[edit]
[-] styles.js
[edit]
[-] symbols.js
[edit]
[-] interpolate.js
[edit]
[-] completer.js
[edit]
[-] theme.js
[edit]