not-an-aardvark / snoowrap

A JavaScript wrapper for the reddit API
MIT License
1.02k stars 127 forks source link

fix: export RichTextFlair type #332

Closed OmgImAlexis closed 3 years ago

OmgImAlexis commented 3 years ago

This should be exported as it's imported in Submission.d.ts.

https://github.com/not-an-aardvark/snoowrap/blob/62c64fbad3936dc11515f33b6444150947f9790e/src/objects/Submission.d.ts#L5

Venefilyn commented 3 years ago

LGTM. Thanks!