chore: include pre-built dist for github install
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
export declare function loadInjectedRules(sessionID: string): {
|
||||
contentHashes: Set<string>;
|
||||
realPaths: Set<string>;
|
||||
};
|
||||
export declare function saveInjectedRules(sessionID: string, data: {
|
||||
contentHashes: Set<string>;
|
||||
realPaths: Set<string>;
|
||||
}): void;
|
||||
export declare function clearInjectedRules(sessionID: string): void;
|
||||
Reference in New Issue
Block a user