UNPKG

chain-able-find

Version:

find files synchronously, easily, with a chainable interface

3 lines (2 loc) 85 B
const ff = require('fluent-find') const found = ff(['!*.js', 'a.js'], {sync: false})