9 lines
343 B
TypeScript
9 lines
343 B
TypeScript
|
/**
|
||
|
* autocreated commitinfo by @pushrocks/commitinfo
|
||
|
*/
|
||
|
export const commitinfo = {
|
||
|
name: '@push.rocks/smartstream',
|
||
|
version: '3.0.39',
|
||
|
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.'
|
||
|
}
|