@zy-frontend/business 1.1.10 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1768 -1761
- package/dist/utils/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/utils/index.d.ts
CHANGED
|
@@ -11,3 +11,4 @@ export declare function transferMapToOptions(map: Record<string, any>, isValueNu
|
|
|
11
11
|
export declare function mergeRecursive(obj1: Record<string, any>, obj2: Record<string, any>): Record<string, any>;
|
|
12
12
|
export declare function encodeSearchKey(key: string): string;
|
|
13
13
|
export declare function transferNumberToPx(value: number | string): string;
|
|
14
|
+
export declare function getFunctionFromString(params: string[], str: string): string | Function;
|