[READ-ONLY] Mirror of https://github.com/FoxxMD/string-sameness. Compare the sameness of two strings foxxmd.github.io/string-sameness/
compare cosine-similarity dice-coefficient levenshtein-distance sameness string text typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: Use typedoc without args so it uses config entrypoints

FoxxMD (Oct 26, 2023, 3:34 PM EDT) 3e656b8c e078f29d

+1 -1
+1 -1
.github/workflows/typedoc_deploy.yml
··· 20 20 - run: yarn run build 21 21 22 22 - name: Create the docs directory locally in CI 23 - run: npx typedoc src/index.ts 23 + run: npx typedoc 24 24 25 25 - name: Deploy 🚀 26 26 uses: JamesIves/github-pages-deploy-action@4.1.4