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 (9 loc) 226 B
import { apiFactory } from "../utils.js"; export const getCookieFactory = apiFactory()((_, ctx) => { /** * Get the current cookie string */ return function getCookie() { return ctx.cookie; }; });