miru/src/lib/modules/anilist/index.ts
2025-05-22 16:04:25 +02:00

3 lines
108 B
TypeScript

export { default as client } from './client.ts'
export * from './util.ts'
export type * from './types.d.ts'