mrr.sj.front/node_modules/shvl/index.d.ts

3 lines
153 B
TypeScript
Raw Normal View History

2026-03-25 15:27:45 +08:00
export function get (object: object, path: string|string[], def?: any): any;
export function set (object: object, path: string|string[], val: any): any;