UNPKG

coctohug-web

Version:

- Nice localization with support of dozens of languages: [English](https://github.com/raingggg/coctohug/blob/main/readme_en.md), [العربية](https://github.com/raingggg/coctohug/blob/main/readme_ar.md), [Bulgarian](https://github.com/raingggg/coctohug/blob/

11 lines (10 loc) 305 B
const blockchainsWorker = require('./blockchains'); const certificatesWorker = require('./certificates'); const connectionsWorker = require('./connections'); const walletsWorker = require('./wallets'); module.exports = { blockchainsWorker, certificatesWorker, connectionsWorker, walletsWorker, };