UNPKG

geenee-spell

Version:

regenerates project code based upon settings and a template

11 lines (10 loc) 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.extendedDescription = void 0; const { explanation } = require('magicalstrings').constants.chalkColors; const extendedDescription = (type, description) => { if (!description || description.length === 0) return type; return type + ' ' + explanation(description); }; exports.extendedDescription = extendedDescription;