goalist
Version:
Goalist is a command line tool for managing daily goals.
17 lines (15 loc) • 385 B
text/typescript
// --------------------------------------------------
// PUBLIC API
// --------------------------------------------------
export interface UtilsInstance {
goalistDirName: any,
goalistDirRoot: any,
goalistDirPath: any,
getOrCreateGoalistDir: any,
getOrCreateLogsDir: any,
getOrCreateBakDir: any,
getOrCreateLog: any,
};
export interface UtilsStore {
ref: UtilsInstance|null
};