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.

index.d.ts 218B

12345678
  1. // This file describes the package to typescript.
  2. /**
  3. * Returns the number of milliseconds since the page was loaded (if browser)
  4. * or the node process was started.
  5. */
  6. declare function now(): number;
  7. export = now;