문제

Where in clojurescript is the .strobj function defined?

I have tried

ack -a  "strobj"

on the whole project, but no function definition returned.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top