UNPKG

@bemedev/basifun

Version:
13 lines 450 B
import type { types } from '@bemedev/types'; export type Arg = { invite: string; value: string; }; type Args = { errors: Arg[]; success: Arg[]; }; type ConstructLength = <P extends any[]>(fn: types.Fn<[...P, string], string>, error: types.Fn<[...P, string], string | undefined>) => (...params: P) => (params: Args) => void; export declare const constructLength: ConstructLength; export {}; //# sourceMappingURL=length.fixture.d.ts.map