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

StdinOptions

interface StdinOptions {
contents: string;
loader?: Loader;
resolveDir?: string;
sourcefile?: string;
}

§Properties

§
contents: string
[src]
§
loader?: Loader
[src]
§
resolveDir?: string
[src]
§
sourcefile?: string
[src]