@accordproject/concerto-core
Version:
Core Implementation for the Concerto Modeling Language
14 lines (13 loc) • 309 B
TypeScript
/**
* Gets the root 'concerto' model
* @returns {object} rootModelFile, rootModelCto and rootModelAst
*/
declare function getRootModel(): {
rootModelFile: string;
rootModelCto: string;
rootModelAst: any;
};
declare const _default: {
getRootModel: typeof getRootModel;
};
export = _default;