1
This commit is contained in:
14
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/indexOf.d.ts
vendored
Normal file
14
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/indexOf.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 返回对象第一个索引值
|
||||
* @param obj 对象
|
||||
* @param val 值
|
||||
*/
|
||||
export declare function indexOf(obj: any, val: any): number;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
indexOf: typeof indexOf;
|
||||
}
|
||||
}
|
||||
|
||||
export default indexOf
|
||||
Reference in New Issue
Block a user