UNPKG

242 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function addUmd(opts = {}) {
4 opts.umd = {
5 describe: 'UMD name of the library',
6 type: 'string'
7 };
8 return opts;
9}
10exports.addUmd = addUmd;