UNPKG

thorish

Version:

This is a library of useful JS concepts and data structures for Node and the browser. It it, unashamedly, a dumping ground for code needed by [@samthor](https://twitter.com/samthor)'s projects.

6 lines (5 loc) 119 B
/** * Primary export for thorish types. */ export * from './src/support/browser.ts'; export * from './src/index.ts';