FHIR / fhir.js

JavaScript client for FHIR
426 stars 136 forks source link

Update type definitions to prevent type error in a non node environment #149

Closed p1n5u closed 4 years ago

p1n5u commented 4 years ago

In order to prevent type errors in a non node environment I propose to remove the Buffer type and to replace it with any.