UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support

15 lines (11 loc) 282 B
'use strict'; var utils = require('../utils.cjs'); const getCookieFactory = utils.apiFactory()((_, ctx) => { /** * Get the current cookie string */ return function getCookie() { return ctx.cookie; }; }); exports.getCookieFactory = getCookieFactory;