• Type guard for WindowQuery

    Parameters

    • possibleQuery: any

      A possible window query

    Returns possibleQuery is {
        by: {
            title: string | RegExp;
        };
        id: string;
        type: "window";
    }

Generated using TypeDoc