UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

8 lines (7 loc) 207 B
import Group_ from './Group'; import SamplingRule_ from './SamplingRule'; export declare namespace XRay { const Group: typeof Group_; const SamplingRule: typeof SamplingRule_; } export default XRay;