mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: drop @types/webpack-env in favor of webpack/module types (#47798)
* build: drop @types/webpack-env in favor of webpack/module types * chore: improve type when assigning to global.require
This commit is contained in:
2
typings/internal-ambient.d.ts
vendored
2
typings/internal-ambient.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
/// <reference types="webpack/module" />
|
||||
|
||||
declare const BUILDFLAG: (flag: boolean) => boolean;
|
||||
|
||||
declare namespace NodeJS {
|
||||
|
||||
Reference in New Issue
Block a user