UNPKG

fexios

Version:

Fetch based HTTP client with similar API to axios for browser and Node.js

8 lines (4 loc) 292 B
export { C as CallableInstance, i as checkIsPlainObject, i as isPlainObject } from '../shared/fexios.uBjPg0Vb.mjs'; declare function clone<T>(value: T): T; declare function deepMerge<T = any>(obj: Partial<T>, ...incomes: (Partial<T> | null | undefined)[]): T; export { clone, deepMerge };