UNPKG

@t1mmen/srtd

Version:

Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀

9 lines • 240 B
export function ndjsonEvent(type, data) { const event = { type, timestamp: new Date().toISOString(), data, }; process.stdout.write(`${JSON.stringify(event)}\n`); } //# sourceMappingURL=ndjsonOutput.js.map