Skip to content

@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

Released under the MIT License.