1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
This commit is contained in:
Mikael Finstad 2024-03-23 11:06:35 +08:00
parent 26b4dc13c2
commit df03b33e36
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -42,6 +42,8 @@ declare global {
require: <T extends string>(module: T) => (
T extends '@electron/remote' ? TypedRemote :
T extends 'electron' ? typeof Electron :
T extends 'file-url' ? typeof import('file-url') :
// todo more
// eslint-disable-next-line @typescript-eslint/no-explicit-any
any
);