UNPKG

batchjs

Version:

Batch processing framework for NodeJS

7 lines (6 loc) 111 B
/** * @interface * The type of data stored in the buffer. * @template T */ export type BatchData<T> = T[];