Template
1
0

feat: split client to separate class

This commit is contained in:
2025-04-20 11:56:40 +00:00
parent 2e8d6b76d7
commit 221452893e
11 changed files with 220 additions and 195 deletions

View File

@@ -1,5 +1,4 @@
import { RequestInput } from "../libraries/relay.ts";
import { RelayAdapter } from "../mod.ts";
import type { RelayAdapter, RequestInput } from "../libraries/adapter.ts";
export const adapter: RelayAdapter = {
async fetch({ method, url, search, body }: RequestInput) {