d328804d22d171e2327d40465c5868cdb942161e67417f472bea0c1582bb24e4b81037b9424ba3e6c4bf01aed292437b556e47df30f69cfd32f86d39ff360a 134 B

123456
  1. /**
  2. * Run update and print output to terminal.
  3. */
  4. declare function updateDb(print?: (str: string) => void): void
  5. export = updateDb