UNPKG

z-utils-ts

Version:

使用TypeScript编写的工具函数库

8 lines (7 loc) 152 B
export declare function parseUrl(url: string): { protocol: string; host: string; pathname: string; search: string; hash: string; };