UNPKG

@prateekbhaskar/nse-api

Version:

package to integrate rfq mechanism for securities buy and sell

12 lines (11 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defineApi = defineApi; // Helper to define an API with strong typing function defineApi(def) { return { ...def, requestContract: {}, responseContract: {}, }; }