o134's picture
Grouping tasks by day and monthly drafts (Python Upload)
b3b8f74 verified
Raw
History Blame Contribute Delete
153 Bytes
import { Parser, Printer } from "../index.js";
export declare const parsers: {
yaml: Parser;
};
export declare const printers: {
yaml: Printer;
};