langium-cli
Version:
CLI for Langium - the language engineering tool
9 lines • 629 B
TypeScript
/******************************************************************************
* 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 { Grammar, LangiumCoreServices } from 'langium';
import type { LangiumConfig } from '../package-types.js';
export declare function serializeGrammar(services: LangiumCoreServices, grammars: Grammar[], config: LangiumConfig): string;
//# sourceMappingURL=grammar-serializer.d.ts.map