UNPKG

postcss-normalize-url

Version:

Normalize URLs with PostCSS

10 lines 202 B
declare const _exports: { /** * * @param {string} url * @returns {string} */ normalize: (url: string) => string; }; export = _exports; //# sourceMappingURL=path_shim.d.ts.map