Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js96 this.hAlign = this.options.hAlign || tableOptions.colAligns[x];
231 content = utils.pad(content, len, ' ', this.hAlign);
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Ddetail.js82 hAlign: 'center' property
138 hAlign: 'center' property
/third_party/node/deps/npm/node_modules/cli-table3/
Dindex.d.ts56 hAlign?: HorizontalAlignment; property