1 line
61 B
JavaScript
1 line
61 B
JavaScript
|
export default typeof global === "undefined" ? self : global;
|