1.0.9 • Published 8 days ago

@alwatr/exit-hook v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

Exit Hook

A utility for registering exit handlers in Node.js.

Installation

yarn add @alwatr/exit-hook

Usage

import {exitHook} from '@alwatr/exit-hook';

const saveAllData = () => {
  // save all data
};

exitHook(saveAllData);
1.0.9

8 days ago

1.0.8

1 month ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago