UNPKG

bbo

Version:

bbo is a utility library of zero dependencies for javascript.

8 lines (5 loc) 112 B
'use strict'; function getTag(src) { return Object.prototype.toString.call(src); } module.exports = getTag;