broccoli-source
Version:
Broccoli plugin for referring to source directories on the file system
12 lines • 362 B
TypeScript
export interface ConstructorOptions {
/**
* A name for this node. Defaults to "Directory".
*/
name?: string;
/**
* A human-readable description for this node.
*/
annotation?: string;
}
export declare type MapSeriesIterator<T> = (item: T, index?: number, array?: T[]) => Promise<T> | T;
//# sourceMappingURL=interfaces.d.ts.map