UNPKG

drive-detector

Version:

Detect drives and changes in mounted drives.

7 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const drivedetector_1 = require("./drivedetector"); exports.default = () => { return new drivedetector_1.default(); }; //# sourceMappingURL=index.js.map