UNPKG

projen

Version:

CDK for software projects

9 lines (8 loc) 273 B
import { 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 {};