panates / postgrejs

Professional PostgreSQL client for NodeJS
https://postgrejs.panates.com
MIT License
50 stars 12 forks source link

export SmartBuffer #23

Closed unilynx closed 1 year ago

unilynx commented 1 year ago

The SmartBuffer type is needed when implementing an EncodeBinaryFunction in TypeScript. (just the type, not the actual constructor - I can workaround using a @ts-ignore)

erayhanoglu commented 1 year ago

v2.7.1 released contains this patch