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

hasLeadingSlash

function hasLeadingSlash(input?: string): boolean;
§
hasLeadingSlash(input?: string): boolean
[src]

§Parameters

§
input?: string optional
[src]

§Return Type

§
boolean
[src]