UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

8 lines (7 loc) 149 B
(function () { bench("stemmer", function () { Object.keys(stemmingFixture).forEach(function (word) { lunr.stemmer(word) }) }) })()