UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

5 lines (3 loc) 126 B
const cardMethod = require('./cardMethod.js'); exports.query = cardMethod.query; exports.CardMethod = cardMethod.CardMethod;