UNPKG

@tripsnek/tmf

Version:

TypeScript Modeling Framework - A TypeScript port of the Eclipse Modeling Framework (EMF)

12 lines 437 B
import { EPackage } from '../metamodel/api/epackage.js'; /** * Responsible for generating a default (empty) utils file for an EPackage. * The utils file is intended to contain package-specific utility functions * and is manually maintained by developers after generation. * * @author dtuohy */ export declare class TGeneratorUtils { generateUtilsContents(pkg: EPackage): string; } //# sourceMappingURL=tgenerator-utils.d.ts.map