Files
miniapp/node_modules/shvl/index.d.ts
T

3 lines
153 B
TypeScript
Raw Normal View History

2023-08-30 09:44:26 +08:00
export function get (object: object, path: string|string[], def?: any): any;
export function set (object: object, path: string|string[], val: any): any;