calculated-cached-properties

CalculatedCachedProperties allows properties to have values calculated by a function, and then cached. You can then manually invalidate (clean) the cache for one or more (or all) properties, forcing the function to be invoked and recalculate next time the

Usage no npm install needed!

<script type="module">
  import calculatedCachedProperties from 'https://cdn.skypack.dev/calculated-cached-properties';
</script>

README