UNPKG

@seneca/refer

Version:

User Referral business logic plugin for the Seneca platform.

13 lines 357 B
"use strict"; /* Copyright © 2022 Seneca Project Contributors, MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); const docs = { msgCreateEntry: { desc: 'Create referral entry.', }, }; exports.default = docs; if ('undefined' !== typeof module) { module.exports = docs; } //# sourceMappingURL=refer-doc.js.map