import { default } from "https://deno.land/x/lume@v1.18.5/core/formats.ts";
Class to store loaders, engines and other stuff related with different formats
Properties
entries: Map<string, Format>
Methods
delete(extension: string): void
Delete a format
deleteCache(file: string): void
Delete a cached template
has(extension: string): boolean
Returns if a format exists