UNPKG

gwitter

Version:

Turn GitHub Issues into your personal microblog platform

6 lines (5 loc) 164 B
export declare const saveLastRepo: (owner: string, repo: string) => void; export declare const loadLastRepo: () => { owner: string; repo: string; } | null;