UNPKG

313 BTypeScriptView Raw
1import { EventBuilding, EventBuilt, EventError, EventWriting, EventWritten } from "./types";
2export declare const BUILDING: EventBuilding;
3export declare const BUILT: EventBuilt;
4export declare const WRITING: EventWriting;
5export declare const WRITTEN: EventWritten;
6export declare const ERROR: EventError;