mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
045ee573a0
* Update * Updates * More refactoringzzz * Bindoo * Loadz of typescripting * Logga * Updates * Updates * Updates * Updates * cleanup * updates * Fix coverage * Fixes * Updates * Updates
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
declare module 'mkdir-recursive' {
|
|
export function mkdirSync(path: string): void;
|
|
}
|