UNPKG

goalist

Version:

Goalist is a command line tool for managing daily goals.

8 lines (7 loc) 226 B
// -------------------------------------------------- // PUBLIC API // -------------------------------------------------- export * from './debugger'; export * from './goal'; export * from './goalist'; export * from './utils';