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 @push.rocks/commitinfo
2024-06-02 14:42:42 +00:00
*/
export const commitinfo = {
name: '@push.rocks/smartstream',
version: '3.2.4',
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.'
}