UNPKG

668 BTypeScriptView Raw
1export function getCommonDb(): typeof commonDb;
2export function clear(): void;
3export function addSection(txt: any): void;
4export function getSections(): any[];
5export function getTasks(): any[];
6export function addTask(period: any, length: any, event: any): void;
7export function addEvent(event: any): void;
8export function addTaskOrg(descr: any): void;
9declare namespace _default {
10 export { clear };
11 export { getCommonDb };
12 export { addSection };
13 export { getSections };
14 export { getTasks };
15 export { addTask };
16 export { addTaskOrg };
17 export { addEvent };
18}
19export default _default;
20import * as commonDb from '../common/commonDb.js';