# @splunk/datasource-utils

### Splunk Dashboard Framework - Datasource utilities

This package provides a `DataSet` class that normalizes data for communication from datasources to visualizations or other elements on a dashboard.

## Documentation

Please reference the [Splunk Dashboard Framework documentation](https://splunkui.splunk.com/Packages/dashboard-docs/Introduction) for more details on how to use the dashboard framework library.

## Install

```
npm install @splunk/datasource-utils

    --or--

yarn add @splunk/datasource-utils
```
