astro-ghostcms/.pnpm-store/v3/files/a1/70651731246b8ddd201b1309f2f...

3 lines
166 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export function merge(foo: any, bar: any): any; // TODO
export function dset<T extends object, V>(obj: T, keys: string | ArrayLike<string | number>, value: V): void;