UNPKG

starkbank

Version:

SDK to facilitate Node integrations with Stark Bank

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