Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.d.ts 423B

1234567891011
  1. export declare const STATIC_RETURNS: {
  2. [type: string]: string;
  3. };
  4. export declare const INTRO_MESSAGE = "\nThe execution has stopped!\nYou can now go into the browser or use the command line as REPL\n(To exit, press ^C again or type .exit)\n";
  5. export declare const DEFAULT_CONFIG: {
  6. commandTimeout: number;
  7. prompt: string;
  8. useGlobal: boolean;
  9. useColor: boolean;
  10. };
  11. //# sourceMappingURL=constants.d.ts.map