UNPKG

glob-fs

Version:

file globbing for node.js. speedy and powerful alternative to node-glob.

7 lines (5 loc) 125 B
'use strict'; // pseudo-code - this is a placeholder module.exports = function end(fn) { return this.files.filter(fn); };