UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

5 lines 196 B
/** * Check if a file path represents a page file (markdown or MDX) */ export declare const isPageFile: (filePath: string, pagesDirectory: string) => boolean; //# sourceMappingURL=utils.d.ts.map