generators/validators/validator-index.ts (4 lines of code) (raw):

/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import httpGenerator from "./http-generator.js" export default [ httpGenerator, ]