UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

5 lines (4 loc) 130 B
/** * This hook will cause the process to exit when the user presses Ctrl+C. */ export declare function useExitOnCtrlC(): void;