UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

13 lines (12 loc) 479 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Synthetics = void 0; const Canary_1 = __importDefault(require("./Canary")); var Synthetics; (function (Synthetics) { Synthetics.Canary = Canary_1.default; })(Synthetics = exports.Synthetics || (exports.Synthetics = {})); exports.default = Synthetics;