UNPKG

@sustain/core

Version:

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

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