Skip to content

Browsers

Vitaly Tomilov edited this page Dec 27, 2020 · 15 revisions

This library's distribution includes all necessary web files in ./dist/web folder.

You can either copy those locally, or include directly from the package:

<script src="./node_modules/path-value/dist/web/path-value.min.js"></script>

Namespace pathValue contains all the functions:

pathValue.resolveValue({value: 123}, 'value'); //=> 123
Clone this wiki locally