1 | export declare class SdUtils {
|
2 | private static _parsePath;
|
3 | private static _insertByPath;
|
4 | static insertByPath(root: any, path: string, value: any): any;
|
5 | private static _getByPath;
|
6 | static getByPath(value: any, path: string): any;
|
7 | static convertMacroCasToCas(cas: string): string;
|
8 | }
|