UNPKG
@s-chat/form-manager
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
gitlab.com/shaggrath-projects-1/public-projects/form-manager
@s-chat/form-manager
/
dist
/
types
/
Functions.d.ts
3 lines
•
211 B
TypeScript
View Raw
1
2
3
export
type
ClosureFunctionType
<T =
void
> =
() =>
() =>
T;
export
type
CustomRuleFunctionType
=
(
field
:
any
) =>
(
value
:
any
,
params
:
Record
<
string
,
any
>
) =>
string
|
void
;
//# sourceMappingURL=Functions.d.ts.map