lucaong / minisearch

Tiny and powerful JavaScript full-text search engine for browser and Node
https://lucaong.github.io/minisearch/
MIT License
4.67k stars 133 forks source link

Type array arguments as readonly if they won't be mutated #184

Closed lucaong closed 1 year ago

lucaong commented 1 year ago

Resolves: #172

This makes the public API more explicit, and allows passing readonly arrays of documents when using TypeScript.