summaryrefslogtreecommitdiffhomepage
path: root/test/njs/global_this/script.js
blob: cf9bc078ae0304b43c2465f20863b0e097aa34be (plain) (blame)
1
2
3
export default {
    "str" : function () {return typeof globalThis.njs.version}
}