Pergunta

Where in clojurescript is the .strobj function defined?

I have tried

ack -a  "strobj"

on the whole project, but no function definition returned.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top