UNPKG

@rbxts/zircon

Version:

<div> <img src="https://i.imgur.com/YgpbX7G.png" align="left" width="128"/> <h1>ZIRCON</h1> <h3>A clean, sleek, runtime debugging console for Roblox</h3> <a href="https://npmjs.com/package/@rbxts/zircon"><img src="https://badge.fury.io

14 lines (13 loc) 487 B
import Lazy from "../Shared/Lazy"; declare namespace ZirconServer { /** * The server registry for Zircon */ const Registry: Lazy<typeof import("../Services/RegistryService").ZirconRegistryService>; /** * The server dispatch for Zircon */ const Dispatch: Lazy<typeof import("../Services/DispatchService").ZirconDispatchService>; const Log: Lazy<typeof import("../Services/LogService").ZirconLogService>; } export default ZirconServer;