Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js186 wrapWithStyleColors(styleProperty, content) { argument
187 if (this[styleProperty] && this[styleProperty].length) {
190 for (let i = this[styleProperty].length - 1; i >= 0; i--) {
191 colors = colors[this[styleProperty][i]];