Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchOptions

interface SearchOptions {
cwd?: string;
merge?: boolean;
stopAt?: string;
}

§Properties

§
cwd?: string
[src]

Root directory

§
merge?: boolean
[src]

Load from multiple sources and merge them

§
stopAt?: string
[src]