Files
number_zj/20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/lastForOf.d.ts
毛财君 197b38ca6f 1
2023-07-06 17:37:33 +08:00

14 lines
288 B
TypeScript

/**
* 已废弃
* @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