UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

9 lines (8 loc) 235 B
/** @noSelfInFile */ export declare class Thread { private readonly t; private constructor(); static start(f: (this: void, thread: Thread) => void): Thread; static running(): Thread; sleep(seconds: number): void; }