UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
src
/
deps
/
is
/
class.js
3 lines
(2 loc)
•
141 B
JavaScript
View Raw
1
2
3
/* istanbul ignore next: build - things are compiled so isClass is not used */
module
.
exports
=
x
=>
x && (
/^\s*class\s/
).
test
(x.
toString
())