UNPKG

rxnav-api

Version:

promise-based interface to RXNAV to access RxNorm and other interesting medical information

7 lines (6 loc) 137 B
const RxNavApi = require('../src/rxnav-api') describe('start',() =>{ test('begin',() =>{ expect(true).toBeTruthy() }) })