UNPKG

stu

Version:

Stub dependencies when testing

3 lines (2 loc) 134 B
declare const mockObject: (obj: Record<string, any>, keys: string[], cache?: WeakMap<object, any>) => any; export default mockObject;