UNPKG

@altostra/core

Version:

Core library for shared types and logic

7 lines (6 loc) 139 B
import type { Blueprint } from "./Blueprint"; /** * An empty template. * DO NOT EDIT */ export declare const emptyBlueprint: Blueprint;