UNPKG

cogs

Version:

The fast file transform pipeline.

8 lines (5 loc) 200 B
import npath from 'node:path'; import _ from 'underscore'; export default ({ file: { builds, links }, path }) => _.contains(builds, path) || _.any(links, link => npath.matchesGlob(path, link));