UNPKG

dependency-cruiser

Version:

Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.

15 lines (13 loc) 336 B
// eslint-disable-next-line no-undefined export const formatPercentage = new Intl.NumberFormat(undefined, { style: "percent", }).format; export function formatViolation( pViolation, pViolationType2Formatter, pDefaultFormatter ) { return (pViolationType2Formatter[pViolation.type] || pDefaultFormatter)( pViolation ); }