UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support, auto-reply, product catalog, and business features

10 lines (6 loc) 186 B
'use strict'; var utils = require('../utils.cjs'); const getContextFactory = utils.apiFactory()((_, ctx) => { return () => ctx; }); exports.getContextFactory = getContextFactory;