1
This commit is contained in:
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/lastForOf.d.ts
vendored
Normal file
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/lastForOf.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 已废弃
|
||||
* @deprecated
|
||||
*/
|
||||
export declare function lastForOf<C>(obj: any, iterate: (this: C, item: any, index: any, obj: any) => boolean, context?: C): void;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
lastForOf: typeof lastForOf;
|
||||
}
|
||||
}
|
||||
|
||||
export default lastForOf
|
||||
Reference in New Issue
Block a user