UNPKG

agentvasya

Version:

Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more

9 lines (8 loc) 201 B
declare module "assert/strict" { import { strict } from "node:assert"; export = strict; } declare module "node:assert/strict" { import { strict } from "node:assert"; export = strict; }