UNPKG

@istanbul/app

Version:

App package of istanbul framework

10 lines (9 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.warn = void 0; const warn = (msg, ...args) => { const warnArgs = [`[istanbul warn]: ${msg}`, ...args]; if (__TEST__) console.warn(...warnArgs); }; exports.warn = warn;