Home
last modified time | relevance | path

Searched refs:PRE_EXIT_SIGNALS (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A Dexit.ts7 const PRE_EXIT_SIGNALS: NodeJS.Signals[] = ['SIGHUP', 'SIGINT', 'SIGTERM', 'SIGBREAK']; constant
58 for (const signal of PRE_EXIT_SIGNALS) {