UNPKG

php-wasm

Version:

Run PHP right in the browser or anywhere else JS can run

7 lines (5 loc) 168 B
import type { PhpRuntimeArgs } from './public'; import { PhpBase } from './PhpBase.mjs'; export class PhpNode extends PhpBase { constructor(args?: PhpRuntimeArgs); }