@enbox/dids
Version:
TBD DIDs library
9 lines • 431 B
TypeScript
import type { DidResolverCache } from '../types/did-resolution.js';
/**
* No-op cache that is used as the default cache for did-resolver.
*
* The motivation behind using a no-op cache as the default stems from the desire to maximize the
* potential for this library to be used in as many JS runtimes as possible.
*/
export declare const DidResolverCacheNoop: DidResolverCache;
//# sourceMappingURL=resolver-cache-noop.d.ts.map