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

7 lines (6 loc) 268 B
import { ZirconValidator } from "./ZirconTypeValidator"; export declare abstract class StatefulZirconValidator<T, U = never> implements ZirconValidator<T, U> { Type: string; constructor(Type: string); abstract Validate(value: unknown): value is T; }