astro/packages/astro/index.d.ts
Bjorn Lu dbc97b121f
Export experimental JS API (#7979)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-08-18 16:52:04 +08:00

2 lines
83 B
TypeScript

export type * from './dist/@types/astro.js';
export * from './dist/core/index.js';