UNPKG

lenye_base

Version:

基础方法

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