UNPKG

@sustain/core

Version:

Sustain is a Framework that is barely used despedcies to make stable and sustainable apps

9 lines (7 loc) 157 B
export interface SustainRequest extends Request { staticFileExist?: boolean; startAt?: any; session?: any; method: string; url: string; }