UNPKG

diesel-core

Version:

Web framework built on Web Standards

3 lines (2 loc) 119 B
export declare const isPromise: (v: any) => boolean | any; export declare const isResponse: (v: any) => v is Response;