UNPKG

@getcronit/pylon

Version:

![Pylon cover](https://github.com/user-attachments/assets/c28e49b2-5672-4849-826e-8b2eab0360cc)

6 lines (5 loc) 175 B
import { Context } from '../../../context'; export declare const serveFilePath: ({ filePath, context }: { filePath: string; context: Context; }) => Promise<Response>;