@aureooms/js-mappingdeprecated

Mapping library for JavaScript

Usage no npm install needed!

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

README

:phone: @aureooms/js-mapping

Mapping library for JavaScript. See docs. Parent is @aureooms/js-library.

> import { fromKeys , reflect } from '@aureooms/js-mapping' ;
> import { enumerate } from '@aureooms/js-itertools' ;
> fromKeys( 'ab' , 1 )
[['a', 1], ['b', 1]]
> reflect(enumerate('ab'))
[['a', 0], ['b', 1]]
> Object.fromEntries(reflect(enumerate('ab')))
{ 'a': 0, 'b': 1 }

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size