UNPKG

@t1mmen/srtd

Version:

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

10 lines (9 loc) • 306 B
export declare const logger: { info: (msg: string) => void; success: (msg: string) => void; warn: (msg: string) => void; error: (msg: string) => void; skip: (msg: string) => void; debug: (msg: string) => false | void | "" | undefined; }; export type LogLevel = keyof typeof logger;