chore: include pre-built dist for github install
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export declare function pruneRecentSyntheticIdles(args: {
|
||||
recentSyntheticIdles: Map<string, number>;
|
||||
recentRealIdles: Map<string, number>;
|
||||
now: number;
|
||||
dedupWindowMs: number;
|
||||
}): void;
|
||||
Reference in New Issue
Block a user