()
| 66 | } |
| 67 | } |
| 68 | export function getNativeScriptGlobals() { |
| 69 | if (!global.NativeScriptGlobals) { |
| 70 | // init global state handler |
| 71 | global.NativeScriptGlobals = new NativeScriptGlobalState(); |
| 72 | } |
| 73 | return global.NativeScriptGlobals; |
| 74 | } |
no outgoing calls
no test coverage detected