UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

8 lines (6 loc) 108 B
import { Socket } from "net"; declare global { interface INetSocket extends Socket { uid?: string; } }