-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I'm new to learning TypeScript, but it seems like I can't use this library because it doesn't export SerializerOptions.
If I try to pass {} when creating a Serializer, I get Argument of type '{}' is not assignable to parameter of type 'SerializerOptions'. If I try to type {}, I get Cannot find name 'SerializerOptions'.
Am I missing something? It seems like SerializerOptions needs to be exported in index.ts (or in serializer.ts) so I can import it as a type and use it when I'm using the library.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels