UNPKG

own-couchdb

Version:
4 lines (3 loc) 78 B
export default function appToDbName(app) { return app.replace(/\./g, ''); }