UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 262 B
export declare function benchmarkSync(name: string, callback: () => void): void; export declare function benchmarkIfVerbose(name: string, callback: () => void): void; export declare function benchmark<T>(name: string, callback: () => Promise<T>): Promise<void>;