:abcd:
@collection-abstraction/set
Python's set data structure for JavaScript. See docs. Parent is js-data-structures.
:warning: Depending on your environment, the code may require
regeneratorRuntime
to be defined, for instance by importing regenerator-runtime/runtime.
set('abc').issubset( 'abcd' ) ; // true