hospital-sdk
hospital-sdk copied to clipboard
Lerna showcase for Medium article
Results
1
hospital-sdk issues
Sort by
recently updated
recently updated
newest added
The example given in the code is too simplistic. How may I achieve the following? ```typescript // packages/scheduler/package.json { "dependencies": { "@hospital-sdk/doctor": "^0.1.0" } } // packages/scheduler/src/scheduler.ts import { Doctor...