UNPKG

@routineless/cdk

Version:
5 lines (4 loc) 102 B
export * from './base-stack-props'; export type Mutable<T> = { -readonly [P in keyof T]: T[P]; };