Files
rspade_system/node_modules/update-browserslist-db/index.d.ts
root 8d92b287be Update npm packages
Add --dump-dimensions option to rsx:debug for layout debugging
Mark framework publish

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 21:48:28 +00:00

7 lines
134 B
TypeScript

/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): void
export = updateDb