UNPKG

@secrethub/ngx-stripe

Version:

The core package for ngx-stripe, for using stripe.js in your application

7 lines (6 loc) 126 B
/** * All the Stripe versions that are supported by this library */ export declare enum SupportedVersions { V3 = "v3" }