Type alias PosInt

PosInt: number & {
    [TYPE]: "Positive Integer";
}

Type declaration

  • [TYPE]: "Positive Integer"

Generated using TypeDoc