matei-radu / react-recaptcha-v2

Google reCAPTCHA v2 React component that does not pollute the DOM.
MIT License
7 stars 1 forks source link

Remove tslib #24

Closed matei-radu closed 1 year ago

matei-radu commented 1 year ago

tslib was unnecessary. The built code includes only one implementation of __rest so there is no duplication that tslib was solving.