UNPKG

playwright-fluent

Version:
4 lines (3 loc) 220 B
export type UpdatePolicy = 'always' | 'never' | '1/d' | '1/w' | '1/m'; export declare function toDays(policy: UpdatePolicy): number; export declare function shouldUpdate(lastUpdate: Date, policy: UpdatePolicy): boolean;