How to use brace-expansion - 1 common examples

To help you get started, we’ve selected a few brace-expansion examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github micromatch / braces / benchmark / code / brace-expansion.js View on Github external
module.exports = function(args) {
  return braceExpansion.apply(null, Array.isArray(args) ? args : [args]);
};

brace-expansion

Brace expansion as known from sh/bash

MIT
Latest version published 2 months ago

Package Health Score

86 / 100
Full package analysis

Popular brace-expansion functions

Similar packages