mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
fixes #21146
This commit is contained in:
11
extensions/git/src/typings/jschardet.d.ts
vendored
Normal file
11
extensions/git/src/typings/jschardet.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare module 'jschardet' {
|
||||
export interface IDetectedMap {
|
||||
encoding: string,
|
||||
confidence: number
|
||||
}
|
||||
export function detect(buffer: NodeBuffer): IDetectedMap;
|
||||
|
||||
export const Constants: {
|
||||
MINIMUM_THRESHOLD: number,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user