MCPcopy Index your code
hub / github.com/editablejs/editable / TextSerializerOptions

Interface TextSerializerOptions

packages/serializer/src/text.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type TextSerializerTransform = typeof TextSerializer.transform
5
6export interface TextSerializerOptions {}
7
8export type TextSerializerWithTransform<T = TextSerializerOptions> = (
9 next: TextSerializerTransform,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected