Type alias SD

SD: StringDecoder & {
    lastNeed: boolean;
}

Same as StringDecoder, but exposing the lastNeed flag on the type

Type declaration

  • lastNeed: boolean

Generated using TypeDoc