be-link-valued
v0.0.3
Published
<!-- [](https://github.com/bahrus/be-intl/actions/workflows/CI.yml) --> [So the value is derived from the string after the last slash of the URL. One exception:
https://schema.org/True , https://Schema.org/False automatically maps to boolean values true/false.
Viewing Locally
- Install git.
- Fork/clone this repo.
- Install node.
- Open command window to folder where you cloned this repo.
npm install
npm run serve
- Open http://localhost:3030/demo in a modern browser.
Importing in ES Modules:
import 'be-intl/be-link-valued.js';
Using from CDN:
<script type=module crossorigin=anonymous>
import 'https://esm.run/be-link-valued';
</script>
