UNPKG

alapa

Version:

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

5 lines (4 loc) 167 B
import { Configuration } from "../../config"; import { AlapaApp } from "./type"; declare function alapa(configuration: Configuration): AlapaApp; export default alapa;