UNPKG

@istanbul/app

Version:

App package of istanbul framework

12 lines (11 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createPlugin = void 0; const createPlugin = (params) => { return { name: params.name, multiple: params.multiple || false, install: params.install, }; }; exports.createPlugin = createPlugin;