UNPKG

@ikona/cli

Version:
8 lines (7 loc) 179 B
// src/utils/glob.ts function getIllustrationsExtensionsGlobPattern(extensions) { return `**/*.{${extensions.join(",")}}`; } export { getIllustrationsExtensionsGlobPattern };