UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

7 lines (4 loc) 128 B
const {bacenId} = require('../../index'); exports.create = function (bankCode) { return 'D' + bacenId.create(bankCode); }