download
raw
330 Bytes
// src/helper/testing/index.ts
import { hc } from "../../client/index.js";
var testClient = (app, Env, executionCtx, options) => {
const customFetch = (input, init) => {
return app.request(input, init, Env, executionCtx);
};
return hc("http://localhost", { ...options, fetch: customFetch });
};
export {
testClient
};

Xet Storage Details

Size:
330 Bytes
·
Xet hash:
4a50a93a60db0c103e2e9c74a352ec4bc403e54e199b9c0a34d581a597e11982

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.