Files
codeql-action/node_modules/@pkgr/utils/lib/browser.d.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
68 B
TypeScript
Raw Normal View History

2023-07-13 09:09:17 +00:00
export declare function openBrowser(url: string): Promise<boolean>;