UNPKG

js-moi-manifest

Version:

Module to encode and decode MOI Logic Engine input and output.

8 lines (7 loc) 122 B
/** * Represents the format of a manifest. */ export enum ManifestCoderFormat { JSON = "JSON", YAML = "YAML", }