chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface CleanupTarget {
|
||||
shutdown(): void | Promise<void>;
|
||||
}
|
||||
export declare function registerManagerForCleanup(manager: CleanupTarget): void;
|
||||
export declare function unregisterManagerForCleanup(manager: CleanupTarget): void;
|
||||
/** @internal — test-only reset for module-level singleton state */
|
||||
export declare function _resetForTesting(): void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user