Files
website/node_modules/@astrojs/starlight/integrations/expressive-code/hast.mjs
2024-05-06 17:15:30 -04:00

10 lines
367 B
JavaScript

/**
* @file This file is exported by Starlight as `@astrojs/starlight/expressive-code/hast`.
*
* Note: This file is intentionally not a TypeScript module to allow access to all exported
* functionality even if TypeScript is not available, e.g. from the `ec.config.mjs` file
* that does not get processed by Vite.
*/
export * from 'astro-expressive-code/hast';