/** Kitten Types (@small-web/kitten-types) This entry point re-exports Kitten types for use in explicit annotations. The types themselves are generated from Kitten’s TypeScript source code (see kitten/ – regenerated via `npm run sync-types` in the Kitten repository), so Kitten’s implementation is the single source of truth. Side-effect: Brings `declare global { var kitten }` into scope for any project that depends on this package. */ /// import './global.d.ts' import './fragments.d.ts' // Reusable types, re-exported for explicit annotations // (e.g. `import type { KittenRequest } from '@small-web/kitten-types'`). export type * from './kitten/src/types/index.d.ts'