0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00
astro/packages/db/index.d.ts
2024-02-28 19:20:55 -05:00

5 lines
168 B
TypeScript

export { default, cli } from './dist/index.js';
declare module 'astro:db' {
export { defineTable, defineDB, column, sql, NOW, TRUE, FALSE } from './dist/index.js';
}