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

isSamePath

function isSamePath(p1: string, p2: string): boolean;
§
isSamePath(p1: string, p2: string): boolean
[src]

§Parameters

§
p1: string
[src]
§
p2: string
[src]

§Return Type

§
boolean
[src]