Atom
The Atom type enumerates the primitive scalar values that can be stored at leaf addresses in the data tree: string, number, boolean, null, or the special UNDEFINED constant (used to represent JavaScript's undefined). Complex objects and arrays cannot be stored directly as Atoms and must be decomposed into scalar values.
string | number | boolean | null | UndefinedSince
v0.0.0