Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
toString (o) {
2
return
{}.toString.call(o)
3
}
4
5
export
default {
6
isNumber:
function
(o) {
Callers
1
type.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected