UNPKG

ryoko

Version:

a requestion lib based on the fetch native api

5 lines (4 loc) 256 B
import { PlainObject } from "../types"; import RyokoError from './ryokoError'; export declare const errors: (ErrorConstructor | typeof RyokoError)[]; export declare const warn: (msg: any, type?: string, options?: PlainObject<any> | undefined) => void;