UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

4 lines (3 loc) 112 B
/** @noSelfInFile */ import { Handle } from "./handle"; export type Async<T extends Handle<any>> = Readonly<T>;