Files
vscode/build/lib/typings/rcedit.d.ts
Matt Bierner fcfb37c8f8 Convert gulp files to ts
For #277526

Had to add a few ugly casts in difficult cases but mostly trying to add proper types
2025-11-21 15:38:55 -08:00

6 lines
100 B
TypeScript

declare module 'rcedit' {
export default function rcedit(exePath, options, cb): Promise<void>;
}