UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

4 lines (3 loc) 189 B
import { Scope } from '../scope/scope'; import { IGenericDeclaration } from './genericDeclaration.interface'; export declare function GenericDeclaration(scope: Scope): IGenericDeclaration;