UNPKG

aws-kcl

Version:
16 lines (11 loc) 383 B
/*** Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 ***/ 'use strict'; /** * @fileoverview * The main KCL namespace exports user-facing modules and public functions. * Note that private modules and private functions may change at a future date without notice. */ module.exports = require("./lib/kcl/kcl_process");