UNPKG

@icecreamcake/autojs6-dts

Version:

TypeScript Declarations for AutoJs6

20 lines (16 loc) 560 B
// Type definitions for AutoJs6 internal module array-observe // // Definitions by: SuperMonster003 <https://github.com/SuperMonster003> // TypeScript Version: 4.3.5 // // Last modified: Oct 21, 2021 // // See: https://github.com/MaxArt2501/array-observe/blob/master/array-observe.js /// <reference path="../index.d.ts" /> /** * @Source %AutoJs6Assets%/modules/array-observe.min.js */ declare interface Array { observe(object: object, handler: Object.Observe.Handler): object; unobserve(object: object, handler: Object.Observe.Handler): object; }