@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) • 348 B
TypeScript
declare function truncatePath(filePath: string): string;
declare function getFilename(filePath: string): string;
declare function ensureSqlExtension(name: string): string;
export declare const formatPath: {
truncatePath: typeof truncatePath;
getFilename: typeof getFilename;
ensureSqlExtension: typeof ensureSqlExtension;
};
export {};