UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

5 lines (3 loc) 150 B
const creditSigner = require('./creditSigner.js'); exports.resendToken = creditSigner.resendToken; exports.CreditSigner = creditSigner.CreditSigner;