(
    subject: JQuery<any>,
    fn: (el: JQuery<any>) => void,
    options: Partial<Cypress.Loggable>
  ): Cypress.Chainable<JQuery<Element>> => {