updated plugin Jetpack Protect
version 3.0.2
This commit is contained in:
9
wp-content/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-explat/global.d.ts
vendored
Normal file
9
wp-content/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-explat/global.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
export declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NODE_ENV: 'development' | 'production' | 'test';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
Reference in New Issue
Block a user