UNPKG
anypay.io
Version:
latest (1.10.3)
1.10.3
1.10.2
1.10.1-rc
1.10.0-rc
1.0.9
1.0.9-rc2
1.0.9-rc1
1.0.8
1.0.6
1.0.5
1.0.4
1.0.3
Module for the AnyPay payment system.
github.com/DavidErbaev/anypay.io
DavidErbaev/anypay.io
anypay.io
/
dist
/
api
/
server
/
index.d.ts
4 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
import
{
IServerOptions
}
from
"../../types/createServer"
; declare
function
createServer
(
params: IServerOptions
):
void
;
export
{ createServer };