All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.diagrams.timeline.timelineDb.d.ts Maven / Gradle / Ivy

Go to download

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

The newest version!
export function getCommonDb(): typeof commonDb;
export function clear(): void;
export function addSection(txt: any): void;
export function getSections(): any[];
export function getTasks(): any[];
export function addTask(period: any, length: any, event: any): void;
export function addEvent(event: any): void;
export function addTaskOrg(descr: any): void;
declare namespace _default {
    export { clear };
    export { getCommonDb };
    export { addSection };
    export { getSections };
    export { getTasks };
    export { addTask };
    export { addTaskOrg };
    export { addEvent };
}
export default _default;
import * as commonDb from '../common/commonDb.js';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy