UNPKG
@secrethub/ngx-stripe
Version:
angular6 (1.4.0)
latest (0.2.0)
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.1.0
0.2.0
0.1.0
The core package for ngx-stripe, for using stripe.js in your application
@secrethub/ngx-stripe
/
lib
/
model
/
SupportedVersions.d.ts
7 lines
(6 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * All the Stripe versions that are supported by this library */
export
declare
enum
SupportedVersions
{ V3 =
"v3"
}