DefaultMapperType
Import
import { DefaultMapperType } from "@hyper-fetch/core"
Source
Package
Preview
type DefaultMapperType = <V, C>(value: V, config: C) => V;
import { DefaultMapperType } from "@hyper-fetch/core"
type DefaultMapperType = <V, C>(value: V, config: C) => V;