UNPKG

@t1mmen/srtd

Version:

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

6 lines (5 loc) • 144 B
import { type Ora } from 'ora'; /** * Creates a new spinner with the dots style. */ export declare function createSpinner(text: string): Ora;