Files
2026-05-06 18:55:16 -05:00

3 lines
123 B
TypeScript

import type { IConstruct } from 'constructs';
export declare function validateWeight(scope: IConstruct, x?: number): void;