UNPKG

goalist

Version:

Goalist is a command line tool for managing daily goals.

11 lines (10 loc) 230 B
// -------------------------------------------------- // PUBLIC API // -------------------------------------------------- export interface DebuggerInstance { // Propertyies mode: string; // Methods log: any, setMode: any, };