We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0cb7a commit 25f8be9Copy full SHA for 25f8be9
packages/util/src/url.ts
@@ -18,6 +18,6 @@
18
/**
19
* Checks whether host is a cloud workstation or not.
20
*/
21
-export function isCloudWorkstation(host: string) {
+export function isCloudWorkstation(host: string): boolean {
22
return host.endsWith('.cloudworkstations.dev');
23
}
0 commit comments