FuncType - v1.4.1
    Preparing search index...

    Function isFunctypeValue

    • Runtime guard: is this a live functype Serializable? Checks for the serialize() method plus the _tag field that every Serializable instance carries. Use this when wrapping serialize/deserialize in a host serializer that needs to distinguish functype values from foreign data (e.g. isApplicable in a DBOS recipe).

      Parameters

      • v: unknown

      Returns v is Serializable<unknown>