1+ # @multiformats/multiaddr-matcher
2+
13[ ![ multiformats.io] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://multiformats.io )
24[ ![ codecov] ( https://img.shields.io/codecov/c/github/multiformats/js-multiaddr-matcher.svg?style=flat-square )] ( https://codecov.io/gh/multiformats/js-multiaddr-matcher )
35[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/multiformats/js-multiaddr-matcher/js-test-and-release.yml?branch=main\& style=flat-square )] ( https://github.com/multiformats/js-multiaddr-matcher/actions/workflows/js-test-and-release.yml?query=branch%3Amain )
68
79# About
810
11+ <!--
12+
13+ !IMPORTANT!
14+
15+ Everything in this README between "# About" and "# Install" is automatically
16+ generated and will be overwritten the next time the doc generator is run.
17+
18+ To make changes to this section, please update the @packageDocumentation section
19+ of src/index.js or src/index.ts
20+
21+ To experiment with formatting, please run "npm run docs" from the root of this
22+ repo and examine the changes made.
23+
24+ -->
25+
926This module exports various matchers that can be used to infer the type of a
1027passed multiaddr.
1128
@@ -44,7 +61,7 @@ $ npm i @multiformats/multiaddr-matcher
4461
4562## Browser ` <script> ` tag
4663
47- Loading this module through a script tag will make it's exports available as ` MultiformatsMultiaddrMatcher ` in the global namespace.
64+ Loading this module through a script tag will make its exports available as ` MultiformatsMultiaddrMatcher ` in the global namespace.
4865
4966``` html
5067<script src =" https://unpkg.com/@multiformats/multiaddr-matcher/dist/index.min.js" ></script >
@@ -58,8 +75,8 @@ Loading this module through a script tag will make it's exports available as `Mu
5875
5976Licensed under either of
6077
61- - Apache 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) / < http://www.apache.org/licenses/LICENSE-2.0 > )
62- - MIT ([ LICENSE-MIT] ( LICENSE-MIT ) / < http://opensource.org/licenses/MIT > )
78+ - Apache 2.0, ([ LICENSE-APACHE] ( https://github.com/multiformats/js-multiaddr-matcher/ LICENSE-APACHE) / < http://www.apache.org/licenses/LICENSE-2.0 > )
79+ - MIT ([ LICENSE-MIT] ( https://github.com/multiformats/js-multiaddr-matcher/ LICENSE-MIT) / < http://opensource.org/licenses/MIT > )
6380
6481# Contribution
6582
0 commit comments