Skip to content

Commit 6755860

Browse files
committed
docs: remove todo section
1 parent ad23f54 commit 6755860

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

packages/plantae/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -132,21 +132,3 @@ export default function AuthPlugin(): Plugin<{
132132

133133
- Plugins should have a clear name with `plantae-plugin-` prefix.
134134
- Include `plantae-plugin` keywords in package.json.
135-
136-
## TODO
137-
138-
- Make 100% compatibility with Request & Response API.
139-
140-
Currently implemented:
141-
142-
````ts
143-
export type AdapterRequest = Pick<
144-
Request,
145-
"body" | "headers" | "method" | "url" | "signal"
146-
>;
147-
148-
export type AdapterResponse = Pick<
149-
Response,
150-
"body" | "headers" | "ok" | "status" | "statusText" | "url"
151-
>;```
152-
````

0 commit comments

Comments
 (0)