mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
10 lines
259 B
TypeScript
10 lines
259 B
TypeScript
// @trustgraph/client
|
|
// TrustGraph TypeScript Client
|
|
|
|
// Export models (data types)
|
|
export * from "./models/Triple";
|
|
export * from "./models/messages";
|
|
export * from "./models/namespaces";
|
|
|
|
// Export socket client
|
|
export * from "./socket/trustgraph-socket";
|