Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Added map() source code.tar.gz | 2025-06-30 | 11.8 MB | |
Added map() source code.zip | 2025-06-30 | 11.9 MB | |
README.md | 2025-06-30 | 227 Bytes | |
Totals: 3 Items | 23.8 MB | 4 |
Version 2.4.0 June 30, 2025
✨ Features
- Now map tokens easily; for example:
doc.tokens().map(token => ({token: token.out(), pos: token.out(its.pos)}))
. Thanks to @snowyu effort! 👏