Files
smartexit/ts/00_commitinfo_data.ts

9 lines
295 B
TypeScript
Raw Normal View History

2023-09-11 10:29:01 +02:00
/**
* autocreated commitinfo by @push.rocks/commitinfo
2023-09-11 10:29:01 +02:00
*/
export const commitinfo = {
name: '@push.rocks/smartexit',
version: '1.0.24',
2024-04-18 13:36:09 +02:00
description: 'A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes.'
2023-09-11 10:29:01 +02:00
}