armand1m / applepayjs-typings

TypeScript typings for Apple Pay JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple Pay JS Typings

npm

Build status

Build history

Overview

Type definitions for Apple Pay JS.

These type definitions are published to npm via DefinitelyTyped.

Feedback

Any feedback or issues can be added to the issues for this project in GitHub.

Repository

The repository is hosted in GitHub: https://github.com/martincostello/applepayjs-typings.git

Building and Testing

To install, build and test the typings just run npm, for example:

> npm install
> npm run build
> npm run lint

Installation

To consume the type definitions in TypeScript 2.0, for example, just add @types/applepayjs to your package.json file:

{
  "devDependencies": {
    "@types/applepayjs": "1.0.0"
  }
}

License

This project is licensed under the Apache 2.0 license.

External Links

About

TypeScript typings for Apple Pay JS

License:Apache License 2.0


Languages

Language:TypeScript 94.5%Language:PowerShell 4.8%Language:Shell 0.7%