mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
For #277526 Had to add a few ugly casts in difficult cases but mostly trying to add proper types
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
|
|
declare module 'rcedit' {
|
|
|
|
export default function rcedit(exePath, options, cb): Promise<void>;
|
|
}
|