UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

7 lines (4 loc) 136 B
'use strict'; // Simple helper functions // none of these need any external deps module.exports = function identity(d) { return d; };