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.

example.ts 385B

123456789
  1. // Replace following line "." with "edge-paths" if you are using it as package
  2. import { getEdgeBetaPath, getEdgeCanaryPath, getEdgeDevPath, getEdgePath, getAnyEdgeStable, getAnyEdgeLatest } from "."
  3. console.log(getEdgeBetaPath())
  4. console.log(getEdgeCanaryPath())
  5. console.log(getEdgeDevPath())
  6. console.log(getEdgePath())
  7. console.log(getAnyEdgeLatest())
  8. console.log(getAnyEdgeLatest())