Endo API documentation - v0.2.0 / Exports / @endo/patterns / MethodGuardRest
Interface: MethodGuardRest
@endo/patterns.MethodGuardRest
Table of contents
Properties
Properties
rest
• rest: (restArgGuard
: any
) => MethodGuardReturns
If the rest argument guard is not M.raw()
, all rest arguments are automatically hardened and must be Passable.
Type declaration
▸ (restArgGuard
): MethodGuardReturns
Parameters
Name | Type |
---|---|
restArgGuard | any |