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

isEqual

function isEqual(
a: string,
b: string,
options?: CompareURLOptions,
): boolean;
§
isEqual(a: string, b: string, options?: CompareURLOptions): boolean
[src]

§Parameters

§
a: string
[src]
§
b: string
[src]
§
options?: CompareURLOptions optional
[src]

§Return Type

§
boolean
[src]