UNPKG

starkbank

Version:

SDK to facilitate Node integrations with Stark Bank

7 lines (5 loc) 164 B
const attempt = require('./attempt.js'); exports.get = attempt.get; exports.query = attempt.query; exports.page = attempt.page; exports.Attempt = attempt.Attempt;