UNPKG

langium-cli

Version:

CLI for Langium - the language engineering tool

10 lines 656 B
/****************************************************************************** * Copyright 2021 TypeFox GmbH * This program and the accompanying materials are made available under the * terms of the MIT License, which is available in the project root. ******************************************************************************/ import type { GenerateOptions } from './generate.js'; import type { LangiumConfig } from './package-types.js'; export declare function getFilePath(absPath: string, config: LangiumConfig): string; export declare function loadConfig(options: GenerateOptions): Promise<LangiumConfig>; //# sourceMappingURL=package.d.ts.map