You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: packages/core/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ export const mediaTypes = {
137
137
```
138
138
139
139
140
-
Adapters are made up of a name, a list of media types, and up to three optional public functions: `detect`, `parse`, and `serialize`. A simple example might look like this:
140
+
Adapters are made up of a name, a list of media types, and up to four optional public functions: `detect`, `parse`, `serialize`and `serializeSync`. A simple example might look like this:
0 commit comments