UNPKG

ts-mdls

Version:

Lightweigth, dependency free, fully typed wrapper of the macOS `mdls` command

12 lines 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function parseString(value) { if (value[0] === '"' && value[value.length - 1] === '"') { return value.slice(1, -1); } else { return value; } } exports.default = parseString; //# sourceMappingURL=parseString.js.map