We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf84da commit c7d6f6bCopy full SHA for c7d6f6b
1 file changed
src/cacache.ts
@@ -41,7 +41,7 @@ export interface RemoveOptions {
41
/**
42
* Get the cacache module for cache operations.
43
*/
44
-function getCacache() {
+export function getCacache() {
45
return /*@__PURE__*/ require('./external/cacache')
46
}
47
0 commit comments