cost 67 ms
How to extend package types?

Trying to extend Electron app. import { app } from "electron" app.foo = "bar" // Property 'foo' does not exist on type 'App'.ts(2339) Above works ...


 
粤ICP备18138465号  © 2020-2025 STACKOOM.COM