UNPKG

@calculusky/meta-whatsapp-sdk

Version:
15 lines 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buildConfig = void 0; const Config = require("../config"); const buildConfig = (options) => { const config = { accessToken: options.accessToken, apiVersion: Config.API_VERSION, baseUrl: Config.BASE_URL, phoneNumberId: options.phoneNumberId, }; return config; }; exports.buildConfig = buildConfig; //# sourceMappingURL=index.js.map