0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/packages/db/index.d.ts
Ben Holmes a60861c960
fix: move db ambient types to separate module (#10340)
* fix: move ambient types to separate modue

* chore: changeset
2024-03-06 08:30:45 -05:00

3 lines
72 B
TypeScript

import './virtual.js';
export { default, cli } from './dist/index.js';