UNPKG

@deep-assistant/agent

Version:

A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface. Bun-only runtime.

4 lines (3 loc) 55 B
export function iife<T>(fn: () => T) { return fn() }