UNPKG

@glokon/guacamole-common-js

Version:

Guacamole common js with typescript type definitions

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