UNPKG

@sustain/core

Version:

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

5 lines (4 loc) 107 B
export interface SustainInterceptor { name?: string; intercept(...args: any[]): void | Promise<any>; }