• Create a Timestamp from milliseconds since Unix epoch.

    Throws

    If the value is negative.

    Returns

    The created timestamp.

    Parameters

    • value: number | bigint

      Milliseconds since Unix epoch.

    Returns Timestamp

Generated using TypeDoc