"use strict"; // P A C K A G E const html = require("choo-async/html"); // P R O G R A M const missionStatement = () => { return html`
Mission Statement To create a market for accessing and publishing information1 that is global2, decentralized3, robust4, optimal5 and complete6.
`; }; // E X P O R T module.exports = exports = missionStatement;