elearning/Frontend-Learner/node_modules/parse-url/index.d.mts

8 lines
217 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import parseUrl = require("./index");
export type ParsedUrl = parseUrl.ParsedUrl;
export type NormalizeOptions = parseUrl.NormalizeOptions;
export type ParsingError = parseUrl.ParsingError;
export default parseUrl;