"use strict"; // U T I L S import { applications, chainquery, lbry, lbrycrd, lighthouse, reflector, wallet } from "./ecosystem/index.js"; // E X P O R T export default async () => `
${await lbrycrd()} ${await lbry()} ${await applications()}
`;