UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

4 lines 176 B
import type { File } from './types'; declare const getFileByPath: (filePath: string) => Promise<File>; export default getFileByPath; //# sourceMappingURL=getFileByPath.d.ts.map