UNPKG

@foxify/http

Version:
5 lines 270 B
export declare type JsonT = JsonT[] | boolean | number | string | { [ket: string]: JsonT; } | null | undefined; export declare type StringifyT = (value: any, replacer?: (key: string, value: any) => any, space?: number) => string; //# sourceMappingURL=common.d.ts.map