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