Files
yaak-mountain-loop/crates-tauri/yaak-app-client/index.ts
T

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";