mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-24 20:34:05 +02:00
5 lines
209 B
TypeScript
5 lines
209 B
TypeScript
// ts-rs owns bindings/index.ts and rewrites it on export, so this hand-written
|
|
// entry point is where the generated files come together.
|
|
export * from "./bindings/gen_rpc";
|
|
export * from "./bindings/index";
|