UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

5 lines (3 loc) 162 B
const merchantCategory = require('./merchantCategory.js'); exports.query = merchantCategory.query; exports.MerchantCategory = merchantCategory.MerchantCategory;