| 32 | export const kXhrType = 'xhrType'; |
| 33 | export const SKIP_SCRIPTS = 'SkipScripts'; |
| 34 | export const isFunction = val => typeof val === 'function'; |
| 35 | export const isObject = val => val != null && typeof val === 'object'; |
| 36 | export const kFileName = 'fileName'; |
| 37 | export const kUseMenu = 'useMenu'; |
no outgoing calls
no test coverage detected