UNPKG

machinomy

Version:

Micropayments powered by Ethereum

11 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function namespaced(namespace, kind) { let result = kind; if (namespace) { result = namespace + ':' + kind; } return result; } exports.namespaced = namespaced; //# sourceMappingURL=namespaced.js.map