mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-06-20 20:21:45 +00:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
declare module "json-stable-stringify-without-jsonify" {
|
|
export default function (obj: unknown): string;
|
|
}
|