README
js-properties
Javascript version of java.util.Properties
Install
$ npm install js-properties
Api
getProperty(key[, defaultValue])
setProperty(key, value)
toString()
Lisence
MIT
Javascript version of `java.util.Properties`
<script type="module">
import jsProperties from 'https://cdn.skypack.dev/js-properties';
</script>
Javascript version of java.util.Properties
$ npm install js-properties
MIT