1.4.0 • Published 5 days ago

@endo/pass-style v1.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 days ago

@endo/pass-style

Defines the Passable objects, and the passStyleOf function for classifying them according to their PassStyle.

See types.js for the actual type definitions. See also CopyRecord guarantees and CopyArray guarantees.

The Passable objects are those that can be passed by the @endo/marshal package. Thus Passable defines the layer of abstraction on which we need broad agreement for interoperability. One type of Passable is the Tagged object, which is the extension point for defining higher level data types, which do not need such broad agreement. The main such higher layer of abstraction is provided by the @endo/patterns package.