⚠️ Internal: This API is not publically exported by the package.

Type alias Serialize

Serialize: ((data) => string | number | boolean)

Type declaration

    • (data): string | number | boolean
    • Parameters

      • data: unknown

      Returns string | number | boolean