Probably doing something wrong here
npm install collections
npm install @types/collections
then I tried to import in various ways
import * as collections from 'collections/sorted-set';
or
import * as collections from 'collections';
but the best I get is a runtime error
ReferenceError: global is not defined
at
generic-collection.js:8
How do I do it?