this.gui
    Preparing search index...

    Type Alias MeLike

    MeLike:
        | MEInstance
        | {
            execute?: (target: MeTargetLike, body?: any) => any;
            explain?: (path: string) => any;
            inspect?: (opts?: any) => any;
            subscribe?: (path: string, callback: () => void) => (() => void) | void;
            [key: string]: any;
            (path: string): any;
            (path: string, value: any): any;
        } & Record<string, any>