@pinia/root / pinia / _Method
_Method()
ts
type _Method: (...args) => any;
Generic type for a function that can infer arguments and return type
For internal use only
Parameters
• ...args: any
[]
Returns
any
@pinia/root / pinia / _Method
type _Method: (...args) => any;
Generic type for a function that can infer arguments and return type
For internal use only
• ...args: any
[]
any