@stagas/immutable-list
v1.1.0
Published
Immutable list.
Downloads
2
Readme
Immutable list.
Examples
import { add } from '@stagas/immutable-list'
console.log(add(1, 2))
import { add } from '@stagas/immutable-list'
const main = document.querySelector('main')!
main.innerHTML = `<h1>1 + 2 = ${add(1, 2)}</h1>`
🥁 Use this template 🥁
Features
- TypeScript with SWC
- JSX/TSX out of the box
- Outputs both CommonJS and ES Modules, ready to publish on npm
- Automatic dist bundling using bunzee
- Documentation generation using dokio
- Isomorphic Node.js and real browser testing incl. coverage and snapshots with utr
- Examples / Playground using devito
- Evergreen using pull-configs
- ESLint
- dprint
- Husky
API
Credits
- everyday-types by stagas – Everyday utility types
- everyday-utils by stagas – Everyday utilities
Contributing
All contributions are welcome!
License
MIT © 2022 stagas