/** * Public API surface for `@ttsc/unplugin`. * * Re-exports everything from `core/index` so consumers can access the unified * `unplugin` instance, the transform helpers, and the option types from the * `@ttsc/unplugin/api` entry point without importing directly from `core/`. */ export * from "./core/index.mjs";