mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import { ResponseError } from "./lysand/base";
|
|
import { LysandClient } from "./lysand/lysand";
|
|
|
|
export { LysandClient, ResponseError };
|