UNPKG
@livechat/customer-auth
Version:
alpha (0.4.0-alpha.1)
dev (0.4.0-alpha.4)
latest (1.0.0)
1.0.0
0.4.0-alpha.7
0.4.0-alpha.6
0.4.0-alpha.5
0.4.0-alpha.4
0.4.0-alpha.3
0.4.0-alpha.2
0.4.0-alpha.1
0.4.0-alpha.0
Authorization library for connecting to LiveChat as a customer.
@livechat/customer-auth
/
types
/
buildRequestUrl.d.ts
4 lines
•
186 B
TypeScript
View Raw
1
2
3
4
import
{
Config
,
Env
}
from
'./types'
;
declare
const
buildRequestUrl
:
(
config
:
Config
,
env
?:
Env
) =>
string
;
export
default
buildRequestUrl;
//# sourceMappingURL=buildRequestUrl.d.ts.map