Files
smartstream/ts/00_commitinfo_data.ts

9 lines
343 B
TypeScript
Raw Normal View History

2022-06-07 16:16:14 +02:00
/**
* autocreated commitinfo by @push.rocks/commitinfo
2022-06-07 16:16:14 +02:00
*/
export const commitinfo = {
2023-07-12 11:27:46 +02:00
name: '@push.rocks/smartstream',
version: '3.3.0',
2024-05-17 18:13:51 +02:00
description: 'A library to simplify the creation and manipulation of Node.js streams, providing utilities for handling transform, duplex, and readable/writable streams effectively in TypeScript.'
2022-06-07 16:16:14 +02:00
}