error.d.ts 207 B

1234567
  1. export = error;
  2. /**
  3. * Logs out a message if there is no format option set.
  4. * @param {string} message - Message to log.
  5. */
  6. declare function error(message: string): void;
  7. //# sourceMappingURL=error.d.ts.map