UNPKG

@aivec/wp-docker-dev-factory

Version:

Spin up local WordPress environments with Docker.

4 lines (3 loc) 157 B
import { InstanceConfig } from '../types'; declare const jsonKeySetCheck: (config: InstanceConfig, keyname: string) => void; export default jsonKeySetCheck;