UNPKG

@livechat/customer-auth

Version:

Authorization library for connecting to LiveChat as a customer.

4 lines 186 B
import { Config, Env } from './types'; declare const buildRequestUrl: (config: Config, env?: Env) => string; export default buildRequestUrl; //# sourceMappingURL=buildRequestUrl.d.ts.map