mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
5 lines
168 B
TypeScript
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';
|
|
}
|