mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-06-22 21:21:45 +00:00
10 lines
308 B
TypeScript
10 lines
308 B
TypeScript
declare function joinPath(file: string): string;
|
|
declare function getPath(): string;
|
|
declare function _testReload(): void;
|
|
declare const _default: {
|
|
joinPath: typeof joinPath;
|
|
getPath: typeof getPath;
|
|
_testReload: typeof _testReload;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=data.d.ts.map
|