UNPKG

typescript-monads

Version:
3 lines 192 B
import { IReader } from './reader.interface'; export declare function reader<TConfig, TOut>(fn: (config: TConfig) => TOut): IReader<TConfig, TOut>; //# sourceMappingURL=reader.factory.d.ts.map