1
This commit is contained in:
14
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/includeArrays.d.ts
vendored
Normal file
14
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/includeArrays.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 判断数组是否包含另一数组
|
||||
* @param array1 数组
|
||||
* @param array2 数组
|
||||
*/
|
||||
export declare function includeArrays(array1: any[], array2: any[]): boolean;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
includeArrays: typeof includeArrays;
|
||||
}
|
||||
}
|
||||
|
||||
export default includeArrays
|
||||
Reference in New Issue
Block a user