UNPKG

mimicry-js

Version:

TS library for generating fake data for tests

4 lines 201 B
type FunctionWithPreviousValue<T> = (prev?: T) => T; export declare function withPrev<V>(fn: FunctionWithPreviousValue<V>): Generator<V, never, never>; export {}; //# sourceMappingURL=withPrev.d.ts.map