📄 url.d.ts
/home/palash/git/site/node_modules/postcss-svgo/types/lib/url.d.ts
Language: ts • Lines: 6
/**
 * @param {string} data
 * @return {string}
 */
export function encode(data: string): string;
export const decode: typeof decodeURIComponent;