UNPKG

projen

Version:

CDK for software projects

9 lines (8 loc) 278 B
import type { StaleBehavior } from "./stale"; interface Options { readonly stale: number; readonly close: number; readonly type: string; } export declare function renderBehavior(behavior: StaleBehavior | undefined, opts: Options): Partial<StaleBehavior>; export {};