UNPKG

wordpress-playground-handler

Version:

A Node.js library for creating and managing WordPress Playground instances with PHP request handling capabilities. Optimized for Node.js runtime environments.

5 lines (4 loc) 278 B
import { PHPRequestHandler } from "@php-wasm/universal"; import { Blueprint } from "@wp-playground/blueprints"; import { MountPaths } from "./lib.js"; export declare function getSingletonHandlerPromise(blueprint: Blueprint, mountPaths?: MountPaths): Promise<PHPRequestHandler>;