Type Definition deno_core::snapshot_util::FilterFn

source ·
pub type FilterFn = Box<dyn Fn(&PathBuf) -> bool>;