Pregunta

Where in clojurescript is the .strobj function defined?

I have tried

ack -a  "strobj"

on the whole project, but no function definition returned.

¿Fue útil?

Solución

strobj is not a function but a field of ObjMap instances. You shouldn't use it directly.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top