UNPKG
aspects-js
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
use aop in nodejs
github.com/wm123450405/aspects-js
wm123450405/aspects-js
aspects-js
/
utils.js
4 lines
(3 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
module
.
exports
= {
isClass
(
type
) {
return
typeof
type
===
'function'
&&
type
.
toString
().
startsWith
(
'class'
); } }