For the complete documentation index, see llms.txt. This page is also available as Markdown.

Timestamp

interface Timestamp<T> {
  value: T;
  timestamp: number;
}

Propiedades

Propiedad
Tipo
Descripción

value

T

timestamp

number

Recursos adicionales

Source code

Documentación oficial en inglés

Last updated