UNPKG

@quinck/collections

Version:

Allows extra operations on JavaScript collections: Array, Map and Set.

7 lines (6 loc) 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Set.prototype.toArray = function () { const _self = this; return Array.from(_self.values()); };