https://github.com/pagoru/denopen
Small deno module to open a link on browser.
https://github.com/pagoru/denopen
Last synced: 11 months ago
JSON representation
Small deno module to open a link on browser.
- Host: GitHub
- URL: https://github.com/pagoru/denopen
- Owner: pagoru
- License: mit
- Created: 2020-05-17T22:07:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T22:29:23.000Z (about 6 years ago)
- Last Synced: 2025-06-11T09:57:02.634Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DenOpen
Small deno module to open a link on browser.
## Add to your project with [land](https://module.land/~pagoru/DenOpen)
`land add pagoru/DenOpen`
## Example
```ts
import { Open } from 'pagoru/DenOpen@master/main.ts'
Open('https://google.com/');
```