Files
d4h-typescript/lib/index.ts
T
Colin Williams ae7d6f98ac Add linter support
* Added linter and fixed errors

* Updated error handling to only throw error objects

---------

Co-authored-by: Colin Williams <colin@colincwilliams.com>
2023-03-17 14:15:19 -07:00

7 lines
149 B
TypeScript

import D4H from './src/d4h.js'
export default D4H
export * from './src/d4h.js'
export * from './src/group.js'
export * from './src/member.js'