(index)
| 15439 | return this |
| 15440 | } |
| 15441 | getAtom(index) { |
| 15442 | const atoms = this._getAtoms(0) |
| 15443 | if (index < 0) index = atoms.length + index |
| 15444 | return atoms[index] |
| 15445 | } |
| 15446 | get list() { |
| 15447 | return this.getAtomsFrom(1) |
| 15448 | } |
no test coverage detected