install.mjs (--install/--build-only/--uninstall/--openclaw-profile-path), tsconfig outDir dist/fabric, package.json openclaw file dep + main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 lines
120 B
TypeScript
4 lines
120 B
TypeScript
import { Socket } from "./socket.js";
|
|
declare const _default: (uri: any, opts: any) => Socket;
|
|
export default _default;
|