UNPKG

guacamole-client-typedefs

Version:

Work in progress typescript definitions based on http://guacamole.apache.org/doc/guacamole-common-js/

13 lines (11 loc) 218 B
// TODO: BigInt? export type TypedArray = Uint32Array | Uint16Array | Uint8Array | Uint8ClampedArray | Int32Array | Int16Array | Int8Array | Float64Array | Float32Array; export type Mimetype = string;