package luv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Binds uv_utsname_t.

type t = {
  1. sysname : string;
  2. release : string;
  3. version : string;
  4. machine : string;
}