mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-06-24 14:11:40 +00:00
045ee573a0
* Update * Updates * More refactoringzzz * Bindoo * Loadz of typescripting * Logga * Updates * Updates * Updates * Updates * cleanup * updates * Fix coverage * Fixes * Updates * Updates
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
declare module 'json-stable-stringify-without-jsonify' {
|
|
export default function (obj: unknown): string;
|
|
}
|