mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-05-06 18:59:40 +00:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export { default as client } from './client.ts'
|
|
export * from './util.ts'
|
|
export type * from './types.d.ts'
|