frontend/.pnpm-store/v3/files/8b/e59f31d1e6c552b18f398ef8113c7f59b62d514b3f2abda5cc90ffd610226086744040fa28c99907eb689df6d0dd389e5507db9b1e171576a6e540a7651f40

8 lines
215 B
Plaintext

// Exports true if environment provides native `Symbol` implementation
"use strict";
var Symbol = require("ext/global-this").Symbol;
module.exports = typeof Symbol === "function" && typeof Symbol() === "symbol";