Home
last modified time | relevance | path

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

/third_party/node/lib/internal/console/
Dconstructor.js81 let cliTable; variable
490 if (cliTable === undefined) cliTable = require('internal/cli_table');
491 const final = (k, v) => this.log(cliTable(k, v));