Interface CursorStreamOptions

Will be removed in the next major version

interface CursorStreamOptions {
    transform?(this: void, doc: Document): Document;
}

Methods

Methods