minurl.d.ts 135 B

123
  1. export { fileURLToPath as urlToPath } from "node:url";
  2. export { isUrl } from "./minurl.shared.js";
  3. //# sourceMappingURL=minurl.d.ts.map