UNPKG

web3x

Version:

Typescript port of web3.js

9 lines (8 loc) 192 B
/** * Formats the output of a received post message * * @method outputPostFormatter * @param {Object} * @returns {Object} */ export declare function outputPostFormatter(post: any): any;