// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. namespace Microsoft.ClearScript.JavaScript { ///

/// Represents a JavaScript /// DataView. /// public interface IDataView : IArrayBufferView { } }