JSPM

@teeny-tiny/open

1.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q72668F
  • License Apache-2.0

Just a teeny-tiny URL opener for Node.js.

Package Exports

  • @teeny-tiny/open
  • @teeny-tiny/open/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@teeny-tiny/open) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

A teeny-tiny URL opener for Node.js

const open = require("@teeny-tiny/open")

open(/* URL (as string) */);