JSPM

can-join-uris

1.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 916
  • Score
    100M100P100Q111511F
  • License MIT

Join uris together

Package Exports

  • can-join-uris

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 (can-join-uris) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

can-join-uris

Build Status

Join uris together

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'can-join-uris';

CommonJS use

Use require to load can-join-uris and everything else needed to create a template that uses can-join-uris:

var plugin = require("can-join-uris");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/can-join-uris/dist/global/can-join-uris.js'></script>