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

FactoryOrValue

Firma

type FactoryOrValue<T> = T | (() => T);

Recursos adicionales

Source code

Documentación oficial en inglés

Last updated