UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 542 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.XRay = void 0; const Group_1 = __importDefault(require("./Group")); const SamplingRule_1 = __importDefault(require("./SamplingRule")); var XRay; (function (XRay) { XRay.Group = Group_1.default; XRay.SamplingRule = SamplingRule_1.default; })(XRay = exports.XRay || (exports.XRay = {})); exports.default = XRay;