@biorate/shutdown-hook
TypeScript icon, indicating that this package has built-in type declarations

1.102.1 • Public • Published

Shutdown hook

Shutdown hook implementation for Node.JS

Example:

import { ShutdownHook } from '@biorate/shutdown-hook';
import { timer } from '@biorate/tools';

ShutdownHook.subscribe(async (reason) => {
  await timer.wait(100);
  console.log(reason); // 'SIGINT'
});

process.kill(process.pid, 'SIGINT');

Learn

  • Documentation can be found here - docs.

Release History

See the CHANGELOG

License

MIT

Copyright (c) 2021-present Leonid Levkin (llevkin)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.102.110latest

Version History

VersionDownloads (Last 7 Days)Published
1.102.110
1.102.00
1.100.02
1.42.110
1.30.120
1.29.04
1.28.11
1.28.00
1.27.10
1.27.00
1.26.00

Package Sidebar

Install

npm i @biorate/shutdown-hook

Weekly Downloads

27

Version

1.102.1

License

MIT

Unpacked Size

301 kB

Total Files

54

Last publish

Collaborators

  • llevkin