UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

5 lines (3 loc) 104 B
const pixUser = require('./pixUser.js'); exports.get = pixUser.get; exports.PixUser = pixUser.PixUser;