Open
Description
Software Version
7.3.1
Language Version
20.13.1
Operating System
OSX
What happened?
import { Tracker } from '@easypost/api'
;x instanceof Tracker
Uncaught TypeError: Right-hand side of 'instanceof' is not an object
What was expected?
Tracker
and i'm sure other types should be exported from the root of the package, excluded from the root level export, or exported only as a type.
Sample Code
No response
Relevant logs
No response