UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

12 lines 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createVoicemailsModule = void 0; const createVoicemailsModule = (client) => ({ getVoicemails() { return client .get('voicemails') .then((response) => response.items); }, }); exports.createVoicemailsModule = createVoicemailsModule; //# sourceMappingURL=voicemails.js.map