UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

6 lines (5 loc) 117 B
export declare abstract class LoggableError { constructor(); abstract toString(): string; log(): void; }