Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/core/scopes.ts>default#getFilter

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method default.prototype.getFilter
import { default } from "https://deno.land/x/lume@v1.17.2/core/scopes.ts";

Returns a function to filter the pages that must be rebuild

Parameters

changedFiles: Iterable<string>

Returns

(entry: Entry) => boolean