jin-frame / decorators/methods/Put / Put
Variable: Put()
constPut: <T>(_option?) => (target) =>void
Defined in: packages/jin-frame/src/decorators/methods/Put.ts:3
Type Parameters
T
T = unknown
Parameters
_option?
Partial<Omit<IFrameOption, "method">>
Returns
(
target):void
Parameters
target
Constructor<T>
Returns
void