The type definition for stripe api interface. This definition is based on the stripe's definition in DefinitelyTyped.
This typing is corresponding to stripe/stripe.d.ts in DefinitelyTyped.
This typing helps developers to embed stripe payment form to their application with stripe.js or checkout.js.
In package.json:
“devDependencies”: { "@types/stripe": "git://github.com/taxpon/typings-stripe.git" }
MIT