zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
13 lines • 473 B
JavaScript
;
/* istanbul ignore file */
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const fs_1 = __importDefault(require("fs"));
/* Only used for mocking purposes */
function realpathSync(path) {
return fs_1.default.realpathSync(path);
}
exports.default = realpathSync;
//# sourceMappingURL=realpathSync.js.map