UNPKG

package-proxy

Version:
5 lines (4 loc) 196 B
/** @format */ export declare const filterIndex: (file: string) => boolean; export declare const filterJSON: (file: string) => boolean; export declare const filterTruthy: (value: any) => boolean;