UNPKG

php

Version:

Allows you to run PHP code in Node.js in various ways.

6 lines (5 loc) 229 B
declare module "php" { export async function __express(template: any, model: any, callback: any): Promise<any>; export function disableRegisterGlobalModel(): void; export function enableRegisterGlobalModel(): void; }