smartexit/ts/00_commitinfo_data.ts

9 lines
294 B
TypeScript
Raw Normal View History

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