dCBOR Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Interface NullPattern

    Pattern for matching null values in dCBOR. This is a unit type - there's only one way to match null.

    interface NullPattern {
        variant: "Null";
    }
    Index

    Properties

    Properties

    variant: "Null"