Closed jsneko closed 3 years ago
Are you using TypeScript or plain JavaScript? They should only have underscore appended in TS to work around those words being reserved there.
Plain JavaScript.
@jsneko please provide the version you're using and a code snippet if this is still an issue. Source below shows where is.function
and is.class
should be available to plain JS:
When attempting to use
is.function
and / oris.class
I am getting ax is not a function
error. I then noticed that those two methods / functions had underscores (_) appended to their name.Is that to mean that we should no longer be using them? If not, should the README be changed to reflect their name change?