* Gets owned exports. * @returns {Iterable<ExportInfo>} all owned exports in any order
()
| 183 | * @returns {Iterable<ExportInfo>} all owned exports in any order |
| 184 | */ |
| 185 | get ownedExports() { |
| 186 | return this._exports.values(); |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * Gets ordered owned exports. |