CRAP Complexity Coverage Location
2.00 1 0/2 (0.00%) crap/file-system.service.ts (L39 - L42)
    public async loadHandlebarsTemplate(path: string | URL): Promise<Handlebars.TemplateDelegate> {
        const source = await this.loadFile({ path, type: "handlebars template" });
        return compile(source, { preventIndent: true });
    }