MCPcopy
hub / github.com/webpack/webpack / median3

Function median3

lib/ProgressPlugin.js:60–60  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

58 * @returns {number} median
59 */
60const median3 = (a, b, c) => a + b + c - Math.max(a, b, c) - Math.min(a, b, c);
61
62/** @typedef {(percentage: number, msg: string, ...args: string[]) => void} HandlerFn */
63

Callers 1

updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected