UNPKG

@jacobx1/of-sdk

Version:

Node interface for interacting with Omnifocus

10 lines 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function tagMapper({ id, name }) { return { id: id.primaryKey, name, }; } exports.default = tagMapper; //# sourceMappingURL=tagMapper.js.map