UNPKG

@t1mmen/srtd

Version:

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

5 lines • 189 B
import crypto from 'node:crypto'; export async function calculateMD5(content) { return crypto.createHash('md5').update(content).digest('hex'); } //# sourceMappingURL=calculateMD5.js.map