@aureooms/js-persistent-stackdeprecated

Persistent stack data structures for JavaScript

Usage no npm install needed!

<script type="module">
  import aureoomsJsPersistentStack from 'https://cdn.skypack.dev/@aureooms/js-persistent-stack';
</script>

README

@aureooms/js-persistent-stack

Persistent stack data structures for JavaScript. See docs.

:warning: The code requires regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import {empty, from, isEmpty, push, pop, peek, iter} from '@aureooms/js-persistent-stack';
let stack = from('abc');
let values = [...iter(stack)].join(''); // cba
...

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov)

Code technical debt Documentation Package size