UNPKG

jsdom-se

Version:

jsdom fork for silent errors - A JavaScript implementation of the DOM and HTML standards

6 lines (4 loc) 124 B
"use strict"; module.exports = function orderedSetParser(input) { return new Set(input.split(/\s+/).filter(Boolean)); };