UNPKG

piral-base

Version:

The base library for creating a Piral instance.

6 lines (5 loc) 137 B
import type { SinglePiletApp } from '../types'; /** * Represents an empty pilet app. */ export declare const emptyApp: SinglePiletApp;