UNPKG

@typed/io

Version:

Runtime IO type system

6 lines 378 B
import { RemoteData } from '@typed/remote-data'; import { Decoder, TypeOf } from './Decoder'; declare const _RemoteData: Decoder<RemoteData<unknown, unknown>>; export { _RemoteData as RemoteData }; export declare const remoteData: <L extends Decoder<any>, R extends Decoder<any>>(l: L, r: R) => Decoder<RemoteData<TypeOf<L>, TypeOf<R>>>; //# sourceMappingURL=RemoteData.d.ts.map