import * as mandarinets from "https://deno.land/x/mandarinets@v2.3.2/main-core/mandarine-native/mvc/mandarineResourceResolver.ts";
Classes
This class represents the default resolver for resources. It is used by Mandarine to resolve static content. It can be overriden or you can create a personalized resolver with your own code. Refer to the documentation https://mandarineframework.gitbook.io/mandarine-ts/mandarine-core/resource-handlers/resource-resolver |