"use strict"; export default async function route_main() { for await (let item of globalThis.sysquery.table("cpu")) { console.log(`[TABLE] item`, item); } }