UNPKG

149 BTypeScriptView Raw
1import { ShouldServeOptions } from './types';
2export default function shouldServe({ entrypoint, files, requestPath, }: ShouldServeOptions): boolean;