Files
miniapp/node_modules/shvl/index.d.ts
T
2023-08-30 09:44:26 +08:00

3 lines
153 B
TypeScript

export function get (object: object, path: string|string[], def?: any): any;
export function set (object: object, path: string|string[], val: any): any;