Home
last modified time | relevance | path

Searched refs:colorizeBorder (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/boxen/
Dindex.js90 const colorizeBorder = x => { function
126 …const top = colorizeBorder(NL.repeat(margin.top) + marginLeft + chars.topLeft + horizontal + chars…
127 …const bottom = colorizeBorder(marginLeft + chars.bottomLeft + horizontal + chars.bottomRight + NL.…
128 const side = colorizeBorder(chars.vertical);