UNPKG

@contentstack/cli-dev-dependencies

Version:

Customized dev dependencies for ContentStack projects

10 lines (9 loc) 251 B
import sinon from 'sinon'; export declare function spy<T, K extends keyof T>(object: T, path: K, prefix?: string): { run(ctx: { spy: { [key: string]: sinon.SinonSpy<any[], any>; }; }): void; finally(): void; };