eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
12 lines (10 loc) • 501 B
TypeScript
// Auto-generated stub for `quickjs-wasi` types referenced by a vendored .d.ts.
// Emitted by createDeclarationCopier > buildOpaqueTypesStub.
//
// Names are aliased to `unknown` so consumers don't have to install
// upstream @types just to typecheck against eve. If real types are
// needed in user code, install the upstream @types and use them directly.
export type ExtensionDescriptor = unknown;
export type JSValueHandle = unknown;
export type QuickJS = unknown;
export type Snapshot = unknown;