Variable DOMMatrix

DOMMatrix: {
    prototype: DOMMatrix;
    fromFloat32Array(array32) => DOMMatrix;
    fromFloat64Array(array64) => DOMMatrix;
    fromMatrix(other?) => DOMMatrix;
    new (init?): DOMMatrix;
}

Type declaration