UNPKG

@typed/test

Version:
7 lines (5 loc) 211 B
import { sync } from 'glob' import { flatten } from '../common/flatten' export function getScriptFileNames(cwd: string, fileGlobs: string[]): string[] { return flatten(fileGlobs.map(x => sync(x, { cwd }))) }