mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
2 lines
111 B
TypeScript
2 lines
111 B
TypeScript
export declare function insertPath<T>(path: unknown, value: unknown, index: number | undefined, values: T): T;
|