Skip to content

Commit e6f8263

Browse files
committed
Added public tag to
1 parent 0b807f9 commit e6f8263

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common/api-review/util.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ export function isBrowserExtension(): boolean;
269269
// @public
270270
export function isCloudflareWorker(): boolean;
271271

272-
// Warning: (ae-missing-release-tag) "isCloudWorkstation" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
273-
//
274272
// @public
275273
export function isCloudWorkstation(host: string): boolean;
276274

packages/util/src/url.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* Checks whether host is a cloud workstation or not.
20+
* @public
2021
*/
2122
export function isCloudWorkstation(host: string): boolean {
2223
return host.endsWith('.cloudworkstations.dev');

0 commit comments

Comments
 (0)