@jgunst/string-utils The purpose of this package is to test the JSR registry. Example usage: import { wordCount } from "@jgunst/string-utils"; const count = wordCount("Hello world!"); console.log(count); // 2