Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在研究新的网络版 Google Pay API,我想在网站中实现它。
我正在关注本教程,但我的脚本使用 TypeScript。
有谁知道新的 Google Pay for web API 是否存在任何 TypeScript 定义?
是的,有@types/googlepay作为DefinitelyTyped项目的一部分。
假设您使用 npm:
npm i -D @types/googlepay