Type alias Binary

Binary: Tagged<"Binary", {
    size: number;
}>

Type declaration

  • Readonly size: number

Generated using TypeDoc