aws-kcl
Version:
Kinesis Client Libray (KCL) in Node.js.
16 lines (11 loc) • 383 B
JavaScript
/***
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
***/
;
/**
* @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");