import { normalize } from "https://deno.land/x/ayonli_jsext@v0.9.72/path/index.ts";
This function is similar to Node.js implementation, but does not preserve trailing slashes.
Since Node.js implementation is not well-designed and this function is
identical as calling join(path)
, so it is deprecated.