Files
peya-nodejs-pool/node_modules/es6-symbol/test/implement.js
Mark Allen Evans bd7256ec7c checkpoint
2020-10-13 00:35:14 +00:00

4 lines
83 B
JavaScript

"use strict";
module.exports = function (t, a) { a(typeof Symbol, "function"); };