UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

7 lines (5 loc) • 134 B
/** * Run update and print output to terminal. */ declare function updateDb(print?: (str: string) => void): void export = updateDb