GitHub Action
πŸš€ Auto-deploy from GitHub Actions
7b7bdab
raw
history blame
134 Bytes
/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): void
export = updateDb