UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

9 lines (8 loc) 260 B
import type * as ts from 'typescript'; export declare class PropertySignatureCache { private _cache; private static _instance; static get instance(): PropertySignatureCache; set(identifier: ts.PropertyName): void; get(): ts.PropertyName; }