UNPKG

@vuex-orm/core

Version:

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.

3 lines (2 loc) 118 B
export declare type InstanceOf<T> = T extends new (...args: any[]) => infer R ? R : any; export default InstanceOf;