Type alias Pack

Pack: {
    acks: Ack[];
    packstream: PassThrough;
    shallows: Set<string>;
    unshallows: Set<string>;
}

Type declaration

  • acks: Ack[]
  • packstream: PassThrough
  • shallows: Set<string>
  • unshallows: Set<string>

Generated using TypeDoc