UNPKG
orb-billing
Version:
latest (5.48.0)
5.48.0
5.47.0
5.46.0
5.45.0
5.44.0
5.43.0
5.42.0
5.41.0
5.40.0
5.38.0
5.37.2
5.37.1
5.37.0
5.36.0
5.35.0
5.34.0
5.33.0
5.32.0
5.31.0
5.30.0
5.29.0
5.28.0
5.27.0
5.26.0
5.25.0
5.24.0
5.23.0
5.22.0
5.21.0
5.20.0
5.19.0
5.18.0
5.17.0
5.16.0
5.15.0
5.14.0
5.13.0
5.12.0
5.11.0
5.10.0
5.9.0
5.8.0
5.7.0
5.6.0
5.5.1
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
4.74.0
4.73.0
4.72.3
4.72.2
4.72.1
4.72.0
4.71.6
4.71.5
4.71.4
4.71.3
4.71.2
4.71.1
4.71.0
4.70.0
4.69.1
4.69.0
4.68.0
4.67.0
4.66.0
4.65.0
4.64.0
4.63.0
4.62.0
4.61.0
4.60.0
4.59.0
4.58.0
4.57.0
4.56.0
4.55.0
4.54.0
4.53.0
4.52.0
4.51.0
4.50.0
4.49.0
4.48.0
4.47.4
4.47.3
4.47.2
4.47.1
4.33.0
4.32.0
4.31.0
4.30.0
4.29.0
4.28.0
4.27.0
4.26.0
4.25.0
4.24.0
4.23.0
4.21.0
4.20.1
4.20.0
4.19.0
4.18.0
4.17.1
4.17.0
4.16.0
4.15.1
4.15.0
4.14.0
4.13.0
4.12.0
4.11.0
4.10.0
4.8.0
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.2.0
3.1.0
3.0.1
3.0.0
2.11.2
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.1
2.6.0
2.5.1
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.41.0
1.40.0
1.39.0
1.38.0
1.37.4
1.37.3
1.37.2
1.37.1
1.37.0
1.36.0
1.35.0
1.34.2
1.34.1
1.34.0
1.33.1
1.33.0
1.32.0
1.31.0
1.30.0
1.29.0
1.28.1
1.28.0
1.27.0
1.26.0
1.25.0
1.24.2
1.24.1
1.24.0
1.23.0
1.22.0
1.21.0
1.20.2
1.20.1
1.20.0
1.19.5
1.19.2
1.0.1
The official TypeScript library for the Orb API
orbcorp/orb-node
orb-billing
/
internal
/
qs
/
formats.d.ts
6 lines
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Format
}
from
"./types.js"
;
export
declare
const
default_format
:
Format
;
export
declare
const
formatters
:
Record
<
Format
,
(
str
:
PropertyKey
) =>
string
>;
export
declare
const
RFC1738
=
"RFC1738"
;
export
declare
const
RFC3986
=
"RFC3986"
;
//# sourceMappingURL=formats.d.ts.map