Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/electron/typescript-definitions.git
π§ Add missing semicolon
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
13c7541f50
ΠΠΎΠΌΠΌΠΈΡ
53496984f4
|
@ -3,7 +3,7 @@ declare module 'electron' {
|
|||
export = electron;
|
||||
}
|
||||
|
||||
type NodeRequireFunction = (moduleName: 'electron') => Electron.AllElectron
|
||||
type NodeRequireFunction = (moduleName: 'electron') => Electron.AllElectron;
|
||||
|
||||
interface File {
|
||||
/**
|
||||
|
@ -14,6 +14,5 @@ interface File {
|
|||
|
||||
declare module 'original-fs' {
|
||||
import * as fs from 'fs';
|
||||
|
||||
export = fs;
|
||||
}
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅