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

AnyString

AnyString

A string type or an instance of a String.

type AnyString = string | String;

Last updated