1
This commit is contained in:
14
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/isMatch.d.ts
vendored
Normal file
14
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/isMatch.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 判断属性中的键和值是否包含在对象中
|
||||
* @param obj 对象
|
||||
* @param source 值
|
||||
*/
|
||||
export declare function isMatch(obj: any, source: any): boolean;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
isMatch: typeof isMatch;
|
||||
}
|
||||
}
|
||||
|
||||
export default isMatch
|
||||
Reference in New Issue
Block a user