We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234615e commit 2a7168bCopy full SHA for 2a7168b
1 file changed
packages/common/src/converter/serialization-context.ts
@@ -87,6 +87,7 @@ export function withFailureConverterContext(
87
*
88
* NOTE: this does *not* bind `context` to payload codecs
89
*/
90
+// ts-prune-ignore-next
91
export function withSerializationContext(
92
converter: LoadedDataConverter,
93
context: SerializationContext
0 commit comments