UNPKG

zigbee-herdsman-zigate

Version:

An open source ZigBee gateway solution with node.js.

9 lines (7 loc) 197 B
/* istanbul ignore file */ import fs from 'fs'; /* Only used for mocking purposes */ function realpathSync(path: string): string { return fs.realpathSync(path); } export default realpathSync;