UNPKG

@aivec/wp-docker-dev-factory

Version:

Spin up local WordPress environments with Docker.

7 lines (6 loc) 243 B
import { PromiseWithChild } from 'child_process'; export declare const imageExists: (image: string) => boolean; export declare const save: (tarPath: string, savedImage: string) => PromiseWithChild<{ stdout: string; stderr: string; }>;