UNPKG

stripe

Version:
7 lines (6 loc) 267 B
import { Stripe } from './stripe.core.js'; declare const StripeConstructor: (this: any, key: string, config?: Record<string, unknown>) => Stripe; declare namespace StripeConstructor { type Stripe = import('./stripe.core.js').Stripe; } export = StripeConstructor;