export function now() { return new Date().getTime() / 1000; } export function stream(...text: string[]) { return new Blob(text).stream(); }