UNPKG
@trycourier/courier-js
Version:
beta (2.0.9-beta)
latest (3.1.1)
3.1.1
3.1.0
3.0.0
2.1.3
2.1.1
2.1.0
2.0.12
2.0.11
2.0.10
2.0.9-beta
2.0.8-beta
2.0.7-beta
2.0.6-beta
2.0.4-beta
2.0.3-beta
2.0.2-beta
2.0.1-beta
2.0.0-beta
1.4.2
1.3.0
1.2.0
1.0.1
1.0.0
A browser-safe API wrapper
@trycourier/courier-js
/
dist
/
client
/
client.d.ts
6 lines
(5 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CourierClientOptions
}
from
'./courier-client'
;
export
declare
class
Client
{
readonly
options
:
CourierClientOptions
;
constructor
(
options
:
CourierClientOptions
); }