UNPKG

alks

Version:
9 lines 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccountDelim = void 0; const delim = ' :: '; function getAccountDelim() { return delim; } exports.getAccountDelim = getAccountDelim; //# sourceMappingURL=getAccountDelim.js.map