MCPcopy
hub / github.com/webpack/webpack / moreCount

Function moreCount

lib/stats/DefaultStatsPrinterPlugin.js:140–141  ·  view source on GitHub ↗
(list, count)

Source from the content-addressed store, hash-verified

138 * @returns {string} string representation of list
139 */
140const moreCount = (list, count) =>
141 list && list.length > 0 ? `+ ${count}` : `${count}`;
142
143/**
144 * Defines the with required type used by this module.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected