@rlmcneary2/weko-routing
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha3 • Public • Published

@rlmcneary2/weko-routing

Install

As part of an ES module

Use "esm.sh" and import this module into a source file where you need to use routing.

import from "https://esm.sh/@rlmcneary2/weko-routing";

As part of a bundle

If you are bundling your source code you may need to use a dynamic import to load the library like so:

async function main() {
  await import("https://esm.sh/@rlmcneary2/weko-routing");
}

Using a script element

The script can also be loaded in an HTML file, typically as part of the <head> element.

<head>
  <script src="https://esm.sh/@rlmcneary2/weko-routing" type="module"></script>
</head>

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @rlmcneary2/weko-routing

      Weekly Downloads

      1

      Version

      0.1.0-alpha3

      License

      MIT

      Unpacked Size

      85 kB

      Total Files

      17

      Last publish

      Collaborators

      • rlmcneary2