UNPKG

nse

Version:

Get data from National Stock Exchange

9 lines (8 loc) 254 B
const nse = require('../index'); const expect = require('chai').expect; describe('Exports', () => { it('should export all functions', () => { expect(nse.price).to.be.a('function'), expect(nse.indices).to.be.a('function'); }); });