mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
8 lines
111 B
TypeScript
8 lines
111 B
TypeScript
import { createClient } from '../src/client'
|
|
|
|
export const getTestClient = () => {
|
|
return createClient()
|
|
}
|
|
|
|
|