UNPKG

js-moi-manifest

Version:

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

8 lines 179 B
/** * Represents the format of a manifest. */ export declare enum ManifestCoderFormat { JSON = "JSON", YAML = "YAML" } //# sourceMappingURL=serialization-format.d.ts.map