UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

3 lines (2 loc) 179 B
import { AnyObject } from "../interface/object"; export declare function alapaEngine(view: string, options: AnyObject, callback: (err: Error | null, html: string) => void): void;