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

parseFilename

function parseFilename(input: string, { strict }: {
strict: any;
}
): string | undefined;
§
parseFilename(input: string, { strict }: {
strict: any;
}
): string | undefined
[src]

§Parameters

§
input: string
[src]
§
{ strict }: {
strict: any;
}
[src]

§Return Type

§
string | undefined
[src]