UNPKG

kinesis-client-library

Version:

Process Kinesis streams and automatically scale up or down as shards split or merge.

5 lines (4 loc) 150 B
export declare const create: (port: number | string, callback: () => Stringable) => void; export interface Stringable { toString: () => string; }