(moduleName, filePath)
| 15472 | return false |
| 15473 | } |
| 15474 | require(moduleName, filePath) { |
| 15475 | if (!this.isNodeJs()) return window[moduleName] |
| 15476 | return require(filePath || moduleName) |
| 15477 | } |
| 15478 | getAtomsFrom(startFrom) { |
| 15479 | return this._getAtoms(startFrom) |
| 15480 | } |