// rquickjs `#[js::methods]`, `#[qjs(constructor)]`, and `FromJs` glue require owned
// `Ctx`/`Value`/`String` parameters in user-written signatures, so this lint fires
// throughout the module by design.
pub use run;
use fetch_stub as fetch;