chore: include pre-built dist for github install
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
export type SessionInjectedRulesCache = {
|
||||
contentHashes: Set<string>;
|
||||
realPaths: Set<string>;
|
||||
};
|
||||
export declare function createSessionCacheStore(): {
|
||||
getSessionCache: (sessionID: string) => SessionInjectedRulesCache;
|
||||
clearSessionCache: (sessionID: string) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user