UNPKG

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