Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

99e1059222142cbbc3a1f78041c3873b.json 399 B

il y a 3 ans
1
  1. {"ast":null,"code":"// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar classof = require('./_classof');\n\nvar from = require('./_array-from-iterable');\n\nmodule.exports = function (NAME) {\n return function toJSON() {\n if (classof(this) != NAME) throw TypeError(NAME + \"#toJSON isn't generic\");\n return from(this);\n };\n};","map":null,"metadata":{},"sourceType":"script"}