Files
taskbuffer/ts/00_commitinfo_data.ts

9 lines
302 B
TypeScript
Raw Normal View History

2022-08-02 15:07:20 +02:00
/**
* autocreated commitinfo by @push.rocks/commitinfo
2022-08-02 15:07:20 +02:00
*/
export const commitinfo = {
2023-07-26 14:16:33 +02:00
name: '@push.rocks/taskbuffer',
version: '3.1.9',
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
2022-08-02 15:07:20 +02:00
}