Frage

Where in clojurescript is the .strobj function defined?

I have tried

ack -a  "strobj"

on the whole project, but no function definition returned.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top