UNPKG

vue-ts-types

Version:

Lightweight TypeScript-first Vue prop type definitions

5 lines (4 loc) 217 B
import type { Constructor } from '../types'; import type { Validator } from '.'; /** Validator that only allows instances of the given parent. */ export declare const isInstanceOf: (parent: Constructor) => Validator;