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.

edge.d.ts 274B

12345678910
  1. declare function darwin(): string[];
  2. declare function linux(): string[];
  3. declare function win32(): string[];
  4. declare const _default: {
  5. darwin: typeof darwin;
  6. linux: typeof linux;
  7. win32: typeof win32;
  8. };
  9. export default _default;
  10. //# sourceMappingURL=edge.d.ts.map