UNPKG

@icoms-detection/server-esp32

Version:

This is the OFFICIAL SERVER library created by Icoms Detection to run their apps.

9 lines (8 loc) 238 B
import { ServerTypes } from "./types"; /** * This function represent an interface of a Server. * You are allowed to add routes which wil be accesible on the path "/api" * * @returns */ export declare const Server: () => ServerTypes;