UNPKG

soda-test

Version:

Package for Unit and API tests

3 lines (2 loc) 146 B
export type targetObj = Record<string, unknown>; export declare function setProperty(obj: targetObj, name: string, value: unknown): () => void;