0469b8c44d
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
// @ts-nocheck
|
|||
export * from './lib/client';
|
|||
export { default } from './lib/client';
|
|||
|