Install:

To install locally:

npm i bindrjs
And add to your index.html
 <script src="node_modules/dist/index.js"> </script> 

Or add the script tag with the CDN:

 <script src="https://unpkg.com/bindrjs@${this.latestVersion}/dist/index.js"></script> 
provided by: https://unpkg.com/

TS import

 import { Bind } from 'bindrjs' 

Examples: