class defaultimport { default } from "https://dotland.deno.dev/x/lume@v2.2.1/core/formats.ts"; Class to store loaders, engines and other stuff related with different formats Propertiesentries: Map<string, Format>readonlysize: numberMethodsdelete(extension: string): voidDelete a format deleteCache(file: string): voidDelete a cached template get(extension: string): Format | undefinedReturns a format by extension has(extension: string): booleanReturns if a format exists search(path: string): Format | undefinedSearch and return the associated format for a path set(format: Format, override?): voidAssign a value to a extension