interface ResolverOptions {
    cache?: boolean | Cache;
}

Properties

Properties

cache?: boolean | Cache