an_xiao/police_uniapp/node_modules/shvl/index.d.ts

3 lines
153 B
TypeScript
Raw Permalink Normal View History

2024-07-25 16:03:08 +08:00
export function get (object: object, path: string|string[], def?: any): any;
export function set (object: object, path: string|string[], val: any): any;