Sign in
mojo
/
mojo
/
321a0610ea5e9ea6c3cd42ba1ce8ea032a166c42
/
.
/
sky
/
tests
/
modules
/
resources
/
instance-of-module-module.sky
blob: 7e53b2df34e8c3f751b99bf90a0a7afb652cb944 [
file
]
<script>
module
.
exports
=
module instanceof
Module
?
'PASS'
:
'FAIL: '
+
module
;
</script>