Appearance
crelte / static / StaticRouteHandler
type StaticRouteHandler = (csr) => | Promise<Entry | null | undefined> | Entry | null | undefined | void;
CrelteStaticRequest
| Promise<Entry | null | undefined> | Entry | null | undefined | void
Promise
Entry
null
undefined
void