safeSet.d.ts 96 B

123
  1. declare function safeSet(obj: any, path: string | string[], val: any): void;
  2. export = safeSet;