UNPKG

@endo/marshal

Version:

marshal: encoding and deconding of Passable subgraphs

12 lines 301 B
/** * @param {Passable} val * @returns {string} */ export function stringify(val: Passable): string; /** * @param {string} str * @returns {Passable} */ export function parse(str: string): Passable; import type { Passable } from '@endo/pass-style'; //# sourceMappingURL=marshal-stringify.d.ts.map