4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
"use strict";
|
|
|
|
module.exports = typeof Symbol === "function" && typeof Symbol.toStringTag === "symbol";
|