awake-heroku
Version:
A package help your heroku app is always runs
6 lines (5 loc) • 437 B
TypeScript
/// <reference types="node" />
import { exec } from "child_process";
export declare const execPromise: typeof exec.__promisify__;
export declare const spawnPromise: (arg1: string, arg2: readonly string[], arg3: import("child_process").SpawnOptions) => Promise<unknown>;
export declare const forkPromise: (arg1: string, arg2: readonly string[] | undefined, arg3: import("child_process").ForkOptions | undefined) => Promise<unknown>;