I'm trying to use it with typescript but I'm kinda new to it. What exactly does default export of gibbon looks like? Is it function?
Not clear what to do with such included module in bundle:

As I can tell, it's just declaring var gibon inside module and not exporting it anywhere, so module just returns empty Object.
I'm trying to use it with typescript but I'm kinda new to it. What exactly does default export of gibbon looks like? Is it function?
Not clear what to do with such included module in bundle:
As I can tell, it's just declaring var gibon inside module and not exporting it anywhere, so module just returns empty Object.