types-wm
v1.1.0
Published
TypeScript definitions for Web Monetization
Downloads
5,830
Readme
Web Monetization Types
TypeScript types for Web Monetization.
Similar types will hopefully be added to lib.dom.d.ts if and when Web Monetization catches on.
Install
$ npm install types-wm --save-dev
or
$ yarn add types-wm --dev
Usage
Import for monetization to be added to document
.
import 'types-wm'
or
import { MonetizationState } from 'types-wm'