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 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. // Type definitions for non-npm package Node.js 14.17
  2. // Project: http://nodejs.org/
  3. // Definitions by: Microsoft TypeScript <https://github.com/Microsoft>
  4. // DefinitelyTyped <https://github.com/DefinitelyTyped>
  5. // Alberto Schiabel <https://github.com/jkomyno>
  6. // Alvis HT Tang <https://github.com/alvis>
  7. // Andrew Makarov <https://github.com/r3nya>
  8. // Benjamin Toueg <https://github.com/btoueg>
  9. // Chigozirim C. <https://github.com/smac89>
  10. // David Junger <https://github.com/touffy>
  11. // Deividas Bakanas <https://github.com/DeividasBakanas>
  12. // Eugene Y. Q. Shen <https://github.com/eyqs>
  13. // Hannes Magnusson <https://github.com/Hannes-Magnusson-CK>
  14. // Hoàng Văn Khải <https://github.com/KSXGitHub>
  15. // Huw <https://github.com/hoo29>
  16. // Kelvin Jin <https://github.com/kjin>
  17. // Klaus Meinhardt <https://github.com/ajafff>
  18. // Lishude <https://github.com/islishude>
  19. // Mariusz Wiktorczyk <https://github.com/mwiktorczyk>
  20. // Mohsen Azimi <https://github.com/mohsen1>
  21. // Nicolas Even <https://github.com/n-e>
  22. // Nikita Galkin <https://github.com/galkin>
  23. // Parambir Singh <https://github.com/parambirs>
  24. // Sebastian Silbermann <https://github.com/eps1lon>
  25. // Simon Schick <https://github.com/SimonSchick>
  26. // Thomas den Hollander <https://github.com/ThomasdenH>
  27. // Wilco Bakker <https://github.com/WilcoBakker>
  28. // wwwy3y3 <https://github.com/wwwy3y3>
  29. // Samuel Ainsworth <https://github.com/samuela>
  30. // Kyle Uehlein <https://github.com/kuehlein>
  31. // Thanik Bhongbhibhat <https://github.com/bhongy>
  32. // Marcin Kopacz <https://github.com/chyzwar>
  33. // Trivikram Kamat <https://github.com/trivikr>
  34. // Minh Son Nguyen <https://github.com/nguymin4>
  35. // Junxiao Shi <https://github.com/yoursunny>
  36. // Ilia Baryshnikov <https://github.com/qwelias>
  37. // ExE Boss <https://github.com/ExE-Boss>
  38. // Surasak Chaisurin <https://github.com/Ryan-Willpower>
  39. // Piotr Błażejewicz <https://github.com/peterblazejewicz>
  40. // Anna Henningsen <https://github.com/addaleax>
  41. // Jason Kwok <https://github.com/JasonHK>
  42. // Victor Perin <https://github.com/victorperin>
  43. // Yongsheng Zhang <https://github.com/ZYSzys>
  44. // Bond <https://github.com/bondz>
  45. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
  46. // NOTE: These definitions support NodeJS and TypeScript 3.7.
  47. // Typically type modifications should be made in base.d.ts instead of here
  48. /// <reference path="base.d.ts" />
  49. // NOTE: TypeScript version-specific augmentations can be found in the following paths:
  50. // - ~/base.d.ts - Shared definitions common to all TypeScript versions
  51. // - ~/index.d.ts - Definitions specific to TypeScript 2.8
  52. // - ~/ts3.5/index.d.ts - Definitions specific to TypeScript 3.5
  53. // NOTE: Augmentations for TypeScript 3.5 and later should use individual files for overrides
  54. // within the respective ~/ts3.5 (or later) folder. However, this is disallowed for versions
  55. // prior to TypeScript 3.5, so the older definitions will be found here.