UNPKG

@iexec/iapp

Version:

A CLI to guide you through the process of building an iExec iApp

11 lines (10 loc) 206 B
export declare function createSigintAbortSignal(): { /** * AbortSignal trigged by SIGINT */ signal: AbortSignal; /** * clear the SIGINT listener */ clear: () => void; };