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

9 lines (8 loc) 289 B
import { ZirconFunction } from "./ZirconFunction"; export declare class ZirconNamespace { private name; private functions; constructor(name: string, functions: ZirconFunction<any, any>[]); GetMembers(): readonly ZirconFunction<any, any>[]; GetName(): string; }