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

hasTrailingSlash

function hasTrailingSlash(input?: string, queryParameters?: boolean): boolean;
§
hasTrailingSlash(input?: string, queryParameters?: boolean): boolean
[src]

§Parameters

§
input?: string optional
[src]
§
queryParameters?: boolean optional
[src]

§Return Type

§
boolean
[src]