langium-cli
Version:
CLI for Langium - the language engineering tool
8 lines • 546 B
TypeScript
/******************************************************************************
* Copyright 2022 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';
export declare function generateTypesFile(services: LangiumCoreServices, grammars: Grammar[]): string;
//# sourceMappingURL=types-generator.d.ts.map