TAny
import { TAny } from "@fed1/jsos";
A TAbstractType representing the root of JSOS's type graph. It stands for all
possible values, including nothing.
Whenever a new type is defined without an explicit parent, that new type is
assigned TAny as a parent automatically.
TAny can be used in multimethod signatures as a placeholder to create truly
generic algorithms.
Version History
| Feature | Since version |
|---|---|
| TAny | 1.0 |
