UNPKG

piral-base

Version:

The base library for creating a Piral instance.

9 lines (7 loc) 150 B
import type { SinglePiletApp } from '../types'; /** * Represents an empty pilet app. */ export const emptyApp: SinglePiletApp = { setup() {}, };