smartstream/ts_web/00_commitinfo_data.ts

9 lines
343 B
TypeScript
Raw Normal View History

2024-06-02 14:42:42 +00:00
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartstream',
2024-06-04 16:58:08 +00:00
version: '3.0.44',
2024-06-02 14:42:42 +00: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.'
}