You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.
Need use Symbol.hasInstance to support native
obj instanceof BemEntityName
.Symbol.hasInstance
supported since node v6.For node v4 need use
BemEntityName.isBemEntityName
.The text was updated successfully, but these errors were encountered: