zigbee2mqtt/lib/types/mkdir-recursive.ts
Koen Kanters 045ee573a0
Final TypeScript refactor (#8859)
* Update

* Updates

* More refactoringzzz

* Bindoo

* Loadz of typescripting

* Logga

* Updates

* Updates

* Updates

* Updates

* cleanup

* updates

* Fix coverage

* Fixes

* Updates

* Updates
2021-10-02 10:09:38 +02:00

4 lines
88 B
TypeScript

declare module 'mkdir-recursive' {
export function mkdirSync(path: string): void;
}