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

3 lines
153 B
TypeScript
Raw Permalink Normal View History

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