'use strict'; const boundedBraceExpansion = require('brace-expansion-safe'); function expand(pattern, options) { return boundedBraceExpansion.expand(pattern, options); } Object.assign(expand, boundedBraceExpansion); module.exports = expand;