Skip to main content
Module

x/denoflow/deps.ts>filterFiles

Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
Latest
function filterFiles
import { filterFiles } from "https://deno.land/x/denoflow@0.0.35/deps.ts";

Filters out the files that were either not included in globs.include, or excluded from globs.exclude. Files should be passed in as relative paths. The first ./ part of the file or glob will be removed before testing

Parameters

files: string[]
globs: GlobData
optional
options: ConfigOptions = [UNSUPPORTED]