UNPKG

refakts

Version:

TypeScript refactoring tool built for AI coding agents to perform precise refactoring operations via command line instead of requiring complete code regeneration.

4 lines 267 B
export declare function isCheckSnoozed(checkType: string, identifier: string): boolean; export declare function snoozeCheck(checkType: string, identifier: string): void; export declare function clearExpiredSnoozes(): void; //# sourceMappingURL=snooze-tracker.d.ts.map