UNPKG

js-moi-manifest

Version:

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

7 lines (6 loc) 111 B
export interface Exception { class: string; error: string; revert: boolean; trace: string[]; }