UNPKG

@jacobx1/of-sdk

Version:

Node interface for interacting with Omnifocus

6 lines (5 loc) 149 B
import { Tag as OFJSTag } from '@jacobx1/of-types'; export default function tagMapper({ id, name }: OFJSTag): { id: string; name: string; };