UNPKG

broccoli-directory

Version:

Broccoli Directory provides familiar map/reduce/filter APIs for working with Broccoli Trees. It allows to chain broccoli tree transformations in the same way that you would chain array operations.

6 lines (4 loc) 104 B
import Directory from './directory'; export default function $(path) { return new Directory(path); }