| 4 | export type TextSerializerTransform = typeof TextSerializer.transform |
| 5 | |
| 6 | export interface TextSerializerOptions {} |
| 7 | |
| 8 | export type TextSerializerWithTransform<T = TextSerializerOptions> = ( |
| 9 | next: TextSerializerTransform, |
nothing calls this directly
no outgoing calls
no test coverage detected