Vermonster / fhir-kit-client

Node.js FHIR client library
MIT License
173 stars 37 forks source link

Make CapabilityTool an export #164

Closed bkaney closed 3 years ago

bkaney commented 3 years ago

This addresses https://github.com/Vermonster/fhir-kit-client/issues/156

You can do this after this PR:

import Client, { CapabilityTool } from 'fhir-kit-client'