import { default } from "https://deno.land/x/lume@v2.4.1/core/searcher.ts";
Search helper
Constructors
new
default(options: Options)Methods
Return the data in the scope of a path (file or folder)
Clear the cache (used after a change in watch mode)
files(globOrRegexp?: RegExp | string): string[]
Search files using a glob
Return the next page of a search
previousPage<T = unknown>(): Data & T | undefined
url: string,
query?: string,
sort?: string,
Return the previous page of a search
values<T = unknown>(key: string, query?: string): T[]
Returns all values from the same key of a search