UNPKG

conflakes

Version:

Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.

5 lines (4 loc) 174 B
import { LoaderInterface } from "./LoaderInterface"; export interface LoaderResolverInterface { resolve(resource: any, type: string | null): LoaderInterface | boolean; }