UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

7 lines (6 loc) 160 B
export declare type ICacheStrategy = 'fs' | 'memory'; export interface ICacheProps { enabled?: boolean; root?: string; strategy?: ICacheStrategy; }