UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

8 lines (6 loc) 242 B
const staticBrcode = require('./staticBrcode.js'); exports.create = staticBrcode.create; exports.query = staticBrcode.query; exports.get = staticBrcode.get; exports.page = staticBrcode.page; exports.StaticBrcode = staticBrcode.StaticBrcode;