UNPKG

@hexancore/mocker

Version:

Simple and magical mocks for TypeScript, works with jest and vitest

3 lines (2 loc) 113 B
export declare function getConstructorParams(f: any): string[]; export type Ctor<U> = new (...args: any[]) => U;