UNPKG
@mnpay/hipay
Version:
latest (1.3.2)
1.3.2
1.3.0
mnpay/mn-payment-platforms
@mnpay/hipay
/
@types
/
lib
/
urlPath.d.ts
2 lines
(1 loc)
•
154 B
TypeScript
View Raw
1
2
export
declare
const
getHipayUrlPath
: <T
extends
string
=
string
, P
extends
Record
<
string
,
any
> =
Record
<
string
,
any
>>
(
rawPath
: T,
params
?: P
) =>
string
;