UNPKG

@versatiles/server

Version:
3 lines (2 loc) 165 B
import type { ResponseContent } from './types.js'; export declare function getFileContent(staticFolder: string, path: string): Promise<ResponseContent | undefined>;