Home > @xoram/plugin-panoramique > _Method
_Method type
Generic type for a function that can infer arguments and return type
Stolen from Pinia's types
Signature:
typescript
export declare type _Method = (...args: any[]) => any;
1