UNPKG

cogs

Version:

The fast file transform pipeline.

5 lines (3 loc) 164 B
import npath from 'node:path'; export default ({ file: { builds, links }, path }) => builds.includes(path) || links.some(link => npath.matchesGlob(path, link));