ts-mdls
Version:
Lightweigth, dependency free, fully typed wrapper of the macOS `mdls` command
9 lines • 456 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const parseArray_1 = __importDefault(require("./parseArray"));
const parseString_1 = __importDefault(require("./parseString"));
exports.default = (0, parseArray_1.default)(parseString_1.default);
//# sourceMappingURL=parseStringArray.js.map