UNPKG

@reactionable/cli

Version:
7 lines (6 loc) 236 B
import { FileService } from "../file/FileService"; export declare class TemplateFileService { private readonly fileService; constructor(fileService: FileService); getTemplateFileContent(template: string): Promise<string>; }