Buckets:
| export type Browser = { | |
| /** | |
| Human-readadable name of the browser. | |
| */ | |
| name: string; | |
| /** | |
| The unique identifier for the browser on the current platform: | |
| - On macOS, it's the app's bundle identifier. | |
| - On Linux, it's the desktop file identifier (from `xdg-mime`). | |
| - On Windows, it's an invented identifier, because apps on Windows does not have identifiers. | |
| */ | |
| id: string; | |
| }; | |
| /** | |
| Get the default browser for the current platform. | |
| @returns A promise for the browser. | |
| @example | |
| ``` | |
| import defaultBrowser from 'default-browser'; | |
| console.log(await defaultBrowser()); | |
| //=> {name: 'Safari', id: 'com.apple.Safari'} | |
| ``` | |
| */ | |
| export default function defaultBrowser(): Promise<Browser>; | |
Xet Storage Details
- Size:
- 687 Bytes
- Xet hash:
- 2256a17104639441079f4c70e598d7269b295c19b363c675ef998eb6e8c6eb12
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.