UNPKG

presta

Version:

Hyper minimal framework for the modern web.

5 lines (4 loc) 237 B
export declare function isDynamic(file: string): boolean; export declare function isStatic(file: string): boolean; export declare function isPrestaFile(file: string): boolean; export declare function getFiles(files: string[]): string[];