(key)
| 1980 | * @returns {boolean} true when target is universal, otherwise false |
| 1981 | */ |
| 1982 | const isUniversal = (key) => |
| 1983 | Boolean(outputModule && targetProperties && targetProperties[key] === null); |
| 1984 | |
| 1985 | D( |
| 1986 | externalsPresets, |
no outgoing calls
no test coverage detected