feat(docs): Expand README with detailed usage/examples, update test runner and test script, and pin/bump dependencies

This commit is contained in:
2025-08-28 18:43:56 +00:00
parent 2bf04ccb70
commit 1141681b60
6 changed files with 339 additions and 1248 deletions

View File

@@ -1,4 +1,4 @@
import { expect, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as levelcache from '../ts/index.js';
import { CacheEntry } from '../ts/index.js';