UNPKG

node-pandas-js

Version:

An npm package that incorporates minimal features of python pandas.

7 lines (5 loc) 138 B
function dataType(data) { let dType = Object.prototype.toString.call(data).slice(8, -1) return dType } module.exports = dataType