MCPcopy
hub / github.com/zhouzi/TheaterJS / toString

Function toString

src/helpers/type.js:1–3  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

1function toString (o) {
2 return {}.toString.call(o)
3}
4
5export default {
6 isNumber: function (o) {

Callers 1

type.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected